MySqlConnection.DataSource Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlConnectionDataSource Property |
Gets the name of the MySQL server to which to connect.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public override string DataSource { get; }
Public Overrides ReadOnly Property DataSource As String Get
public: virtual property String^ DataSource { String^ get () override; }
abstract DataSource : string with get override DataSource : string with get