FireDAC.Phys.ADS.TFDADSBackupRestore.Exclude
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Phys.ADS.pas FireDAC.Phys.ADS.hpp
| |
| Unit: FireDAC.Phys.ADS | |
| Parent: TFDADSBackupRestore | |
Delphi
property Exclude: TStrings read FExclude write SetExclude;
C++
__property System::Classes::TStrings* Exclude = {read=FExclude, write=SetExclude};
Description
Specifies the tables to exclude from the backup or restore.
Use the Exclude property to specify a list of tables to exclude from the backup or restore. The tables in this list will not be processed. Each table name must be located on a single line.
When backing up or restoring a data dictionary, use the table object names. When backing up or restoring free tables, use the base file name and the file extension.