FireDAC.Comp.Client.TFDMetaInfoQuery.TableKinds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableKinds: TFDPhysTableKinds read GetTableKinds

C++

__property Firedac::Phys::Intf::TFDPhysTableKinds TableKinds = {read=GetTableKinds, write=SetTableKinds, default=7};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoQuery

Description

Gets / Sets the table kind filter.

The TableKinds property value filters database tables by their kind.

Kind

Meaning

tkSynonym

Synonyms

tkTable

Regular tables

tkView

Views

tkTempTable

Temporary tables

tkLocalTable

Local tables

See Also