FireDAC.Comp.Client.TFDMetaInfoCommand.TableKinds

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TableKinds: TFDPhysTableKinds read FTableKinds

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDMetaInfoCommand

説明

テーブル種別フィルタを取得/設定します。


TableKinds プロパティ値で、次の種別によりデータベース テーブルを選別します。

種別

意味

tkSynonym

シノニム。

tkTable

標準テーブル。

tkView

ビュー。

tkTempTable

一時テーブル。

tkLocalTable

ローカル テーブル。

関連項目