ClusterConnect Method (String) |
Creates a new session on this cluster and using a keyspace an existing keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public ISession Connect(
string keyspace
)
Parameters
- keyspace
- Type: SystemString
Case-sensitive keyspace name to use
Return Value
Type:
ISessionImplements
IClusterConnect(String)See Also