Click or drag to resize
CqlConnectionServerVersion Property
Gets a string that represents the version of the server to which the object is connected.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override string ServerVersion { get; }

Return Value

Type: String
The version of the database. The format of the string returned depends on the specific type of connection you are using.
See Also