Click or drag to resize

CqlConnectionConnectionString Property

Gets or sets the string used to open the connection.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
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