Click or drag to resize

SimpleGraphStatement Constructor (String)

Creates a new instance of SimpleGraphStatement using a query with no parameters.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public SimpleGraphStatement(
	string query
)

Parameters

query
Type: SystemString
The graph query string.
See Also