| 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.4.0
SyntaxIDseSession Connect(
	string keyspace
)
Parameters
- keyspace
 - Type: SystemString
The keyspace to connect to 
Return Value
Type: 
IDseSessionA new 
IDseSession instance.
See Also