GraphOptionsSetLanguage Method |
Sets the graph language to use in graph queries.
If you don't call this method, it defaults to
DefaultLanguage.
Namespace:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public GraphOptions SetLanguage(
string language
)
Parameters
- language
- Type: SystemString
Return Value
Type:
GraphOptionsSee Also