FireDAC.Comp.BatchMove.TFDBatchMoveOption

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

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

poClearDest

TBD

poClearDestNoUndo

TBD

poIdentityInsert

TBD

poCreateDest

TBD

poSkipUnmatchedDestFields

TBD

See Also