Click or drag to resize

GraphStatementSetGraphLanguage 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.9.0
Syntax
C#
public IGraphStatement SetGraphLanguage(
	string language
)

Parameters

language
Type: SystemString

Return Value

Type: IGraphStatement

Implements

IGraphStatementSetGraphLanguage(String)
See Also