Click or drag to resize

GraphQuery Method

Generate a query object that can be used to fine tune which edges/vertices are retrieved from the graph.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IQuery Query()

Return Value

Type: IQuery
a graph query object with methods for constraining which data is pulled from the underlying graph

Implements

IGraph.Query
See Also