FireDAC.Comp.Client.TFDMetaInfoCommand.TableKinds
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDMetaInfoCommand | |
Delphi
property TableKinds: TFDPhysTableKinds read FTableKinds
C++
__property Firedac::Phys::Intf::TFDPhysTableKinds TableKinds = {read=FTableKinds, write=SetTableKinds, default=7};
Description
Gets / Sets the table kind filter.
The TableKinds property value filters database tables by their kinds:
|
Kind |
Meaning |
|---|---|
|
|
Synonyms. |
|
|
Regular tables. |
|
|
Views. |
|
|
Temporary tables. |
|
|
Local tables. |