Click or drag to resize
IDseClusterConnect Method (String)
Creates a new DSE session on this cluster, initializes it and sets the keyspace to the provided one.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
IDseSession Connect(
	string keyspace
)

Parameters

keyspace
Type: SystemString
The keyspace to connect to

Return Value

Type: IDseSession
A new IDseSession instance.
See Also