Click or drag to resize

GraphStatementSetGraphSource Method

Sets the graph traversal source name to use in graph queries. If you don't call this method, it defaults to Source.

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

Parameters

source
Type: SystemString

Return Value

Type: IGraphStatement

Implements

IGraphStatementSetGraphSource(String)
See Also