FireDAC.Phys.ADS.TFDADSUtility.Tables

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tables: TStrings read FTables write SetTables;

C++

__property System::Classes::TStrings* Tables = {read=FTables, write=SetTables};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
FireDAC.Phys.ADS TFDADSUtility

Description

Specifies the list of tables to process.

Use the Tables property to specify a list of tables to process. If the list is empty, then FireDAC will process all the tables in a connection.

See Also