Click or drag to resize
IGraphStatementToIStatement Method
Returns the IStatement representation of the Graph statement.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IStatement ToIStatement(
	GraphOptions options
)

Parameters

options
Type: Dse.GraphGraphOptions

Return Value

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