dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / InitialCatalog Property

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

    Property Value

    The name of the database.
    See Also