dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / Database Property

In This Topic
    Database Property (DB2ConnectionStringBuilder)
    In This Topic
    Gets or sets the name of the database to connect to.
    Syntax
    'Declaration
     
    Public Property Database As String
    public string Database {get; set;}

    Property Value

    The name of the database to connect to.
    See Also