GraphTraversal.Has Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Has(String)

System_CAPS_pubmethod Has(String, GraphTraversal)

System_CAPS_pubmethod Has(String, Object)

System_CAPS_pubmethod Has(String, String, Object)

See Also

GraphTraversal Class
Microsoft.Azure.Graphs Namespace

Return to top

GraphTraversal.Has Method (String)

Syntax

public GraphTraversal Has(
    string propertyKey
)
public:
GraphTraversal^ Has(
    String^ propertyKey
)
Public Function Has (
    propertyKey As String
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Has Method (String, GraphTraversal)

Syntax

public GraphTraversal Has(
    string propertyKey,
    GraphTraversal propertyTraversal
)
public:
GraphTraversal^ Has(
    String^ propertyKey,
    GraphTraversal^ propertyTraversal
)
Public Function Has (
    propertyKey As String,
    propertyTraversal As GraphTraversal
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Has Method (String, Object)

Syntax

public GraphTraversal Has(
    string propertyKey,
    object predicateOrValue
)
public:
GraphTraversal^ Has(
    String^ propertyKey,
    Object^ predicateOrValue
)
Public Function Has (
    propertyKey As String,
    predicateOrValue As Object
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top

GraphTraversal.Has Method (String, String, Object)

Syntax

public GraphTraversal Has(
    string label,
    string propertyKey,
    object predicateOrValue
)
public:
GraphTraversal^ Has(
    String^ label,
    String^ propertyKey,
    Object^ predicateOrValue
)
Public Function Has (
    label As String,
    propertyKey As String,
    predicateOrValue As Object
) As GraphTraversal

Parameters

Return Value

Type: Microsoft.Azure.Graphs.GraphTraversal

Return to top