IQueryHas Method (String, Object) |
Filter out the edge if it does not have a property with the specified value.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IQuery Has(
string key,
Object value
)
Function Has (
key As String,
value As Object
) As IQuery
IQuery^ Has(
String^ key,
Object^ value
)
abstract Has :
key : string *
value : Object -> IQuery
Parameters
- key
- Type: SystemString
the key of the property - value
- Type: SystemObject
the value to check against
Return Value
Type:
IQuerythe modified query object
See Also