DatabaseDataSet.ConnectionString Property
Gets the connection string used to connect to the database.
Syntax
public System.String ConnectionString { get; }
Property Value
Default: ""
The name of the server and database.
Remarks
The connection string is specified using the following format:
<server name>@<database name>
Platforms
Windows, Linux, Android