Click or drag to resize

CqlConnectionDataSource Property

Gets the name of the database server to which to connect.

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