MySqlConnection.DataSource Property

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
Syntax
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

Property Value

Type: String
See Also