IDseClusterConnect Method (String) |
Creates a new DSE session on this cluster, initializes it and sets the keyspace to the provided one.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax IDseSession Connect(
string keyspace
)
Parameters
- keyspace
- Type: SystemString
The keyspace to connect to
Return Value
Type:
IDseSessionA new
IDseSession instance.
See Also