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:
Cassandra.DataStax.Graph
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax IGraphStatement SetGraphSource(
string source
)
Parameters
- source
- Type: SystemString
Return Value
Type:
IGraphStatementSee Also