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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also