FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceFieldName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappingItem |
Delphi
property SourceFieldName: String read FSourceFieldName write FSourceFieldName;
C++
__property System::UnicodeString SourceFieldName = {read=FSourceFieldName, write=FSourceFieldName};
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.