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: 11.1.0.0 (11.1)
Syntax Public Function Query As IQuery
public:
virtual IQuery^ Query() sealed
abstract Query : unit -> IQuery
override Query : unit -> IQuery
Return Value
Type:
IQuerya graph query object with methods for constraining which data is pulled from the underlying graph
Implements
IGraphQuerySee Also