Click or drag to resize

WrapperVertexQueryHasT Method (String, Compare, T)

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

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

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

compare
Type: VelocityGraph.Frontenac.BlueprintsCompare

[Missing <param name="compare"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

value
Type: T

[Missing <param name="value"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

Type Parameters

T

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

Return Value

Type: IQuery

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrapperVertexQuery.Has``1(System.String,VelocityGraph.Frontenac.Blueprints.Compare,``0)"]

Implements

IQueryHasT(String, Compare, T)
See Also