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 a database.
(Overrides DbConnectionConnectionString.)
Public propertyDatabase
Returns the Keyspace
(Overrides DbConnectionDatabase.)
Public propertyDataSource (Overrides DbConnectionDataSource.)
Public propertyServerVersion (Overrides DbConnectionServerVersion.)
Public propertyState
Gets the current state of the connection.
(Overrides DbConnectionState.)
Top
See Also