FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldName

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

Delphi

property SourceFieldName: String read FSourceFieldName write FSourceFieldName;

C++

__property System::UnicodeString SourceFieldName = {read=FSourceFieldName, write=FSourceFieldName};

プロパティ

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


説明

任意のソース データ項目名を表します。

SourceFieldName プロパティは、任意のソース データ項目名を表します。

データのソースとなる種類によって、このプロパティは、データセット フィールド名、テーブル列名、テキスト ファイル列名、その他になり得ます。

メモ: このメモは、SourceExpression プロパティと組み合わせられます。


関連項目