FireDAC.Phys.ADS.TFDADSUtility.TableType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableType: TADSTableType read FTableType write FTableType default ttDefault;

C++

__property Firedac::Phys::Adswrapper::TADSTableType TableType = {read=FTableType, write=FTableType, default=0};

Properties

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

Description

Specifies a table type.

Use the TableType property to specify a table type for tables specified in the Tables property.

TableType is useful for free connections.

See Also