FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestinationFieldName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappingItem |
Delphi
property DestinationFieldName: String read FDestinationFieldName write FDestinationFieldName;
C++
__property System::UnicodeString DestinationFieldName = {read=FDestinationFieldName, write=FDestinationFieldName};
Description
Represents a mandatory destination data item name.
Use this property to get or set a mandatory destination data item name.
Depending on the data destination kind, this property can be a dataset field name, a table column name, a text file column name, and others.