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