Click or drag to resize

IQuery Interface

[Missing <summary> documentation for "T:Frontenac.Blueprints.IQuery"]

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public interface IQuery

The IQuery type exposes the following members.

Methods
  NameDescription
Public methodEdges
Execute the query and return the matching edges.
Public methodHas(String, Object)
Filter out the edge if it does not have a property with the specified value.
Public methodHasT(String, Compare, T)
Filter out the edge if it does not have a property with a comparable value.
Public methodIntervalT
Filter out the edge of its property value is not within the provided interval.
Public methodLimit
Filter out the edge if the max number of edges to retrieve has already been reached.
Public methodVertices
Execute the query and return the vertices on the other end of the matching edges.
Top
See Also