FireDAC.Comp.BatchMove.TFDBatchMoveAction

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

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

C++

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

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