GraphTraversal.Dedup Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Dedup(Scope, String[])

System_CAPS_pubmethod Dedup(String[])

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Dedup Method (Scope, String[])

Syntax

public GraphTraversal Dedup(
    Scope scope,
    params string[] dedupLabels
)
public:
GraphTraversal^ Dedup(
    Scope scope,
    ... array<String^>^ dedupLabels
)
Public Function Dedup (
    scope As Scope,
    ParamArray dedupLabels As String()
) As GraphTraversal

Parameters

  • scope
    Type: Microsoft.Azure.Graphs.Translator.Enums.Scope

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Dedup Method (String[])

Syntax

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

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top