Click or drag to resize

IQueryHasT Method (String, Compare, T)

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

Namespace:  VelocityGraph.Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IQuery Has<T>(
	string key,
	Compare compare,
	T value
)

Parameters

key
Type: SystemString
the key of the property
compare
Type: VelocityGraph.Frontenac.BlueprintsCompare
the comparator to use for comparison
value
Type: T
the value to check against

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.IQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

Return Value

Type: IQuery
the modified query object
See Also