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.