GraphTraversal.AddV Method

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Overload List

Name Description
System_CAPS_pubmethod AddV()

System_CAPS_pubmethod AddV(Object[])

System_CAPS_pubmethod 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

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

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top