Gets or sets the database to read tables from.
public string Catalog {get; set;}
'Declaration
Public Property Catalog As String
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.