Click or drag to resize
CqlConnectionConnectionString Property
Gets or sets the string used to open the connection.

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

Return Value

Type: String
The connection string used to establish the initial connection. The exact contents of the connection string depend on the specific data source for this connection. The default value is an empty string.

Implements

IDbConnectionConnectionString
See Also