GraphTraversal.AddV Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
AddV() | |
![]() |
AddV(Object[]) | |
![]() |
AddV(String) |
See Also
GraphTraversal Class
Microsoft.Azure.Graphs Namespace
Return to top
GraphTraversal.AddV Method ()
Syntax
public GraphTraversal AddV()
public:
GraphTraversal^ AddV()
Public Function AddV As GraphTraversal
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
GraphTraversal.AddV Method (Object[])
Syntax
public GraphTraversal AddV(
params object[] propertyKeyValues
)
public:
GraphTraversal^ AddV(
... array<Object^>^ propertyKeyValues
)
Public Function AddV (
ParamArray propertyKeyValues As Object()
) As GraphTraversal
Parameters
- propertyKeyValues
Type: System.Object[]
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
GraphTraversal.AddV Method (String)
Syntax
public GraphTraversal AddV(
string vertexLabel
)
public:
GraphTraversal^ AddV(
String^ vertexLabel
)
Public Function AddV (
vertexLabel As String
) As GraphTraversal
Parameters
- vertexLabel
Type: System.String
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)