FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.DestField
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: TFDBatchMoveMappingItem |
Delphi
property DestField: TField read FDestField;
C++
__property Data::Db::TField* DestField = {read=FDestField};
Description
Read-only. Returns a reference to a destination field object.
Use this property to get the destination field.
Note: This property is used only for the TField based destination data items.