Click or drag to resize

VertexQueryContractHas Method (String, Object)

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.VertexQueryContract.Has(System.String,System.Object)"]

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

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Contracts.VertexQueryContract.Has(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Frontenac.Blueprints.Contracts.VertexQueryContract.Has(System.String,System.Object)"]

Return Value

Type: IQuery

[Missing <returns> documentation for "M:Frontenac.Blueprints.Contracts.VertexQueryContract.Has(System.String,System.Object)"]

Implements

IQueryHas(String, Object)
See Also