| GraphOptionsSetLanguage Method  | 
            Sets the graph language to use in graph queries.
            If you don't call this method, it defaults to 
DefaultLanguage.
            
 
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 1.0.0.0
Syntaxpublic GraphOptions SetLanguage(
	string language
)
Parameters
- language
 - Type: SystemString
 
Return Value
Type: 
GraphOptions
See Also