| IGraphStatementSetGraphSource 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.GraphAssembly: Dse (in Dse.dll) Version: 1.0.0.0
SyntaxIGraphStatement SetGraphSource(
	string source
)
Parameters
- source
 - Type: SystemString
 
Return Value
Type: 
IGraphStatement
See Also