dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / Database Property

In This Topic
    Database Property (SQLiteConnection)
    In This Topic
    Returns constant "Main".
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Database As String
    public override string Database {get;}

    Property Value

    The name of the current database or the name of the database to be used once a connection is open.
    See Also