| CqlConnectionState Property  | 
Gets a string that describes the state of the connection.
 
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic override ConnectionState State { get; }Return Value
Type: 
ConnectionStateThe state of the connection. The format of the string returned depends on the specific type of connection you are using.
Implements
IDbConnectionState
See Also