EPUB | CHM | PDF

TPSQLDump.Properties.ExcludeTables

Top Previous Next

Exclude the contents of specified tables from dump process.

Syntax:

property ExcludeTables: TStrings;

Description:

Do not dump any tables matching the table pattern. The pattern is interpreted according to the same rules as for TableNames property.

When both TableNames and ExcludeTables are given, the behavior is to dump just the tables that match at least one TableNames string but no ExcludeTables strings. If ExcludeTables appears without TableNames, then tables matching ExcludeTables are excluded from what is otherwise a normal dump.

See also: SchemaNames, TableNames