CqlConnectionConnectionString Property |
Gets or sets the string used to open a database.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntaxpublic override string ConnectionString { get; set; }
Return Value
Type:
StringA string containing connection settings.
Implements
IDbConnectionConnectionString
See Also