Click or drag to resize
CqlConnectionDataSource Property
Gets the name of the database server to which to connect.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override string DataSource { get; }

Return Value

Type: String
The name of the database server to which to connect. The default value is an empty string.
See Also