FireDAC.Comp.BatchMove.TFDBatchMoveOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDBatchMoveOption = (poClearDest, poClearDestNoUndo, poIdentityInsert,
poCreateDest, poSkipUnmatchedDestFields, poUseTransactions);

C++

enum DECLSPEC_DENUM TFDBatchMoveOption : unsigned int { poClearDest, poClearDestNoUndo, poIdentityInsert, poCreateDest, poSkipUnmatchedDestFields, poUseTransactions };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove FireDAC.Comp.BatchMove

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