IVertexQueryLabels Method |
Filter out the edge if its label is not in set of provided labels.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IVertexQuery Labels(
params string[] labels
)
Function Labels (
ParamArray labels As String()
) As IVertexQuery
IVertexQuery^ Labels(
... array<String^>^ labels
)
abstract Labels :
labels : string[] -> IVertexQuery
Parameters
- labels
- Type: SystemString
the labels to check against
Return Value
Type:
IVertexQuerythe modified query object
See Also