FireDAC.Phys.ADS.TFDADSUtility.TableType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TableType: TADSTableType read FTableType write FTableType default ttDefault;

C++

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

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