FireDAC.Comp.BatchMove.TFDBatchMoveMode

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDBatchMoveMode = (dmAlwaysInsert, dmAppend, dmUpdate, dmAppendUpdate, dmDelete);

C++

enum DECLSPEC_DENUM TFDBatchMoveMode : unsigned int { dmAlwaysInsert, dmAppend, dmUpdate, dmAppendUpdate, dmDelete };

Description

Defines a mode of the data movement between different types of data sources and destinations.

The TFDBatchMoveMode enumeration defines the following values:

Value Description

dmAlwaysInsert

TBD

dmAppend

TBD

dmUpdate

TBD

dmAppendUpdate

TBD

dmDelete

TBD

See Also