FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldName
Delphi
property SourceFieldName: String read FSourceFieldName write FSourceFieldName;
C++
__property System::UnicodeString SourceFieldName = {read=FSourceFieldName, write=FSourceFieldName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp |
FireDAC.Comp.BatchMove | TFDBatchMoveMappingItem |
Description
Represents an optional source data item name.
The SourceFieldName property represents an optional source data item name.
Depending on the data source kind, this property can be a dataset field name, a table column name, a text file column name, and others.
Note This property can be combined with the SourceExpression property.