FireDAC.Comp.BatchMove.TFDBatchMoveOption
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: FireDAC.Comp.BatchMove |
Delphi
TFDBatchMoveOption = (poClearDest, poClearDestNoUndo, poIdentityInsert,
poCreateDest, poSkipUnmatchedDestFields, poUseTransactions);
C++
enum DECLSPEC_DENUM TFDBatchMoveOption : unsigned int { poClearDest, poClearDestNoUndo, poIdentityInsert, poCreateDest, poSkipUnmatchedDestFields, poUseTransactions };
Description
Specifies how to move data between different types of data sources and destinations.
The TFDBatchMoveOption enumeration defines the following values:
Value | Description |
---|---|
|
TBD |
|
TBD |
|
TBD |
|
TBD |
|
TBD |