Click or drag to resize

SimpleGraphStatement Constructor (String)

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

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public SimpleGraphStatement(
	string query
)

Parameters

query
Type: SystemString
The graph query string.
See Also