dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDump Class / Catalog Property

In This Topic
    Catalog Property
    In This Topic
    Gets or sets the database to read tables from.
    Syntax
    'Declaration
     
    Public Property Catalog As String
    public string Catalog {get; set;}

    Property Value

    If this property contains an empty string, the SQLiteDump will search for the Tables in all attached databases. If this property contains a name of a database, the SQLiteDump will search in the specified database only. The default value is empty string.
    See Also