CqlConnectionConnectionString Property |
Gets or sets the string used to open the connection.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override string ConnectionString { get; set; }
Return Value
Type:
StringThe 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
IDbConnectionConnectionStringSee Also