FireDAC.Comp.BatchMove.TFDBatchMoveAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDBatchMoveAction = (paGuess, paSkip, paInsert, paUpdate, paDelete);

C++

enum DECLSPEC_DENUM TFDBatchMoveAction : unsigned int { paGuess, paSkip, paInsert, paUpdate, paDelete };

Properties

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

Description

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

The TFDBatchMoveAction enumeration defines the following values:

Value Description

paGuess

TBD

paSkip

TBD

paInsert

TBD

paUpdate

TBD

paDelete

TBD

See Also