MySQL Connector/Net
MySqlConnectionStringBuilderDatabase Property |
Gets or sets the name of the database the connection should
initially connect to.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public string Database { get; set; }
Public Property Database As String Get Set
public: property String^ Database { String^ get (); void set (String^ value); }
member Database : string with get, set
Property Value
Type: String