DefaultVertexQueryLabels Method |
[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
Namespace:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IVertexQuery Labels(
params string[] labels
)
Public Function Labels (
ParamArray labels As String()
) As IVertexQuery
public:
virtual IVertexQuery^ Labels(
... array<String^>^ labels
) sealed
abstract Labels :
labels : string[] -> IVertexQuery
override Labels :
labels : string[] -> IVertexQuery
Parameters
- labels
- Type: SystemString
[Missing <param name="labels"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
Return Value
Type:
IVertexQuery[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.DefaultVertexQuery.Labels(System.String[])"]
Implements
IVertexQueryLabels(String)See Also