Click or drag to resize
IDseSessionExecuteGraph Method
Executes a graph statement.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
GraphResultSet ExecuteGraph(
	IGraphStatement statement
)

Parameters

statement
Type: Dse.GraphIGraphStatement
The graph statement containing the query

Return Value

Type: GraphResultSet
Examples
GraphResultSet rs = session.ExecuteGraph(new SimpleGraphStatement("g.V()"));
See Also