Database Property (MySqlConnectionStringBuilder)
Gets or sets the name of the database to be used once a connection is open.
'Declaration
Public Property Database As String
public string Database {get; set;}
Property Value
The name of the database to be used once a connection is open. The default value is an empty string ("").