DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Data
CqlConnection Class
CqlConnection Properties
ConnectionString Property
Database Property
DataSource Property
ServerVersion Property
State Property
CqlConnection
ConnectionString Property
Gets or sets the string used to open the connection.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
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
IDbConnection
ConnectionString
See Also
Reference
CqlConnection Class
Cassandra.Data Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.