FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestinationFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestinationFieldName: String read FDestinationFieldName write FDestinationFieldName;

C++

__property System::UnicodeString DestinationFieldName = {read=FDestinationFieldName, write=FDestinationFieldName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappingItem

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.


See Also