CqlConnectionConnectionString Property |
Gets or sets the string used to open the connection.
Namespace:
Dse.Data
Assembly:
Dse (in Dse.dll) Version: 2.6.0
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