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

In This Topic
    DBName Property
    In This Topic
    Gets or sets the database name.
    Syntax
    'Declaration
     
    Public Property DBName As String
    public string DBName {get; set;}

    Property Value

    The database name.
    Remarks
    This property is only used when connecting to DB2 for z/OS® and OS/390®, and only if (base) table catalog information is requested by the application.
    See Also