Click or drag to resize
IGraphStatementSetGraphLanguage Method
Sets the graph language to use with this statement.

This property is not required; if it is not set, the default Language will be used when executing the statement.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
IGraphStatement SetGraphLanguage(
	string language
)

Parameters

language
Type: SystemString

Return Value

Type: IGraphStatement
See Also