FireDAC.Comp.Client.TFDMetaInfoQuery.TableKinds

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

Delphi

property TableKinds: TFDPhysTableKinds read GetTableKinds

C++

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

プロパティ

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

説明

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


TableKinds プロパティ値によって、データベース テーブルが種類でフィルタリングされます。

種類

意味

tkSynonym

シノニム

tkTable

通常のテーブル

tkView

ビュー

tkTempTable

一時テーブル

tkLocalTable

ローカル テーブル

関連項目