IQuery Interface |
[Missing <summary> documentation for "T:VelocityGraph.Frontenac.Blueprints.IQuery"]
Namespace: VelocityGraph.Frontenac.Blueprints
The IQuery type exposes the following members.
Name | Description | |
---|---|---|
Edges |
Execute the query and return the matching edges.
| |
Has(String, Object) |
Filter out the edge if it does not have a property with the specified value.
| |
HasT(String, Compare, T) |
Filter out the edge if it does not have a property with a comparable value.
| |
IntervalT |
Filter out the edge of its property value is not within the provided interval.
| |
Limit |
Filter out the edge if the max number of edges to retrieve has already been reached.
| |
Vertices |
Execute the query and return the vertices on the other end of the matching edges.
|