GraphTraversal.Dedup Method
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
Dedup(Scope, String[]) | |
![]() |
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
- dedupLabels
Type: System.String[]
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
- dedupLabels
Type: System.String[]
Return Value
Type: Microsoft.Azure.Graphs.GraphTraversal
Return to top
.jpeg)