Gets or sets the database to read tables from.
'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.
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