GraphTraversal.Select Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Select(Column)

System_CAPS_pubmethod Select(Pop, String[])

System_CAPS_pubmethod Select(String[])

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Select Method (Column)

Syntax

public GraphTraversal Select(
    Column column
)
public:
GraphTraversal^ Select(
    Column column
)
Public Function Select (
    column As Column
) As GraphTraversal

Parameters

  • column
    Type: Microsoft.Azure.Graphs.Translator.Enums.Column

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Select Method (Pop, String[])

Syntax

public GraphTraversal Select(
    Pop pop,
    params string[] selectKeys
)
public:
GraphTraversal^ Select(
    Pop pop,
    ... array<String^>^ selectKeys
)
Public Function Select (
    pop As Pop,
    ParamArray selectKeys As String()
) As GraphTraversal

Parameters

  • pop
    Type: Microsoft.Azure.Graphs.Translator.Enums.Pop

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Select Method (String[])

Syntax

public GraphTraversal Select(
    params string[] selectKeys
)
public:
GraphTraversal^ Select(
    ... array<String^>^ selectKeys
)
Public Function Select (
    ParamArray selectKeys As String()
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top