Click or drag to resize

IGraphStatement.SetGraphName Method

Sets the graph name to use in graph queries. If you don't call this method, it is left unset.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IGraphStatement SetGraphName(
	string name
)

Parameters

name
Type: System.String

Return Value

Type: IGraphStatement
See Also