FireDAC.Phys.ADS.TFDADSUtility.Tables

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSUtility

Delphi

property Tables: TStrings read FTables write SetTables;

C++

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

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