FireDAC.Comp.BatchMove.TFDBatchMoveMode
[–] 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 |
---|---|
|
TBD |
|
TBD |
|
TBD |
|
TBD |
|
TBD |