dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / Database Property

In This Topic
    Database Property (MySqlConnectionStringBuilder)
    In This Topic
    Gets or sets the name of the database to be used once a connection is open.
    Syntax
    '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 ("").
    Remarks
    For more information, refer to Database property.
    See Also