Click or drag to resize

IGraphStatementSetSystemQuery Method

Forces this statement to use no graph name, even if a default graph name was defined with SetName(String).

If a graph name was previously defined on this statement, it will be reset.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IGraphStatement SetSystemQuery()

Return Value

Type: IGraphStatement
See Also