Click or drag to resize

IGraphStatementToIStatement Method

Returns the IStatement representation of the Graph statement.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IStatement ToIStatement(
	GraphOptions options
)

Parameters

options
Type: Cassandra.DataStax.GraphGraphOptions

Return Value

Type: IStatement
Remarks
Used by the DSE driver to translate between this statement and Core driver statement instances
See Also