FireDAC.Comp.BatchMove.TFDBatchMoveMappings.BatchMove

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappings

Delphi

property BatchMove: TFDBatchMove read FBatchMove;

C++

__property TFDBatchMove* BatchMove = {read=FBatchMove};

Description

Batch move object that is the owner of your mapping object.

See Also