Click or drag to resize

CqlConnection Properties

The CqlConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Gets or sets the string used to open the connection.
(Overrides DbConnectionConnectionString.)
Public propertyDatabase
Returns the Keyspace
(Overrides DbConnectionDatabase.)
Public propertyDataSource
Gets the name of the database server to which to connect.
(Overrides DbConnectionDataSource.)
Public propertyServerVersion
Gets a string that represents the version of the server to which the object is connected.
(Overrides DbConnectionServerVersion.)
Public propertyState
Gets a string that describes the state of the connection.
(Overrides DbConnectionState.)
Top
See Also