Click or drag to resize

GraphStatementSetGraphName Method

Sets the graph name to use in graph queries. If you don't call this method, it is left unset.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IGraphStatement SetGraphName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IGraphStatement

Implements

IGraphStatementSetGraphName(String)
See Also