FireDAC.Phys.ASA.TFDASAValidate.Tables

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Tables: TStrings read FTables write SetTables;

C++

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

Description

Specifies the table or materialized view list to validate.

Use the Tables property to specify the table or materialized view list to validate.

When vfIndex is included into Flags, Tables specifies the index names to validate. It corresponds to object-name. For more details about object-name, see http://infocenter.sybase.com/help/.

See Also