Click or drag to resize

IQueryHas Method (String, Object)

Filter out the edge if it does not have a property with the specified value.

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IQuery Has(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the key of the property
value
Type: SystemObject
the value to check against

Return Value

Type: IQuery
the modified query object
See Also