MyDAC

TCRBatchMode Enumeration

Used to set the type of the batch operation that will be executed after calling the TCRBatchMove.Execute method.

Unit

CRBatchMove

Syntax

TCRBatchMode = (bmAppend, bmUpdate, bmAppendUpdate, bmDelete);

Values

Value Meaning
bmAppend Appends the records from the source dataset to the destination dataset. The default mode.
bmAppendUpdate Replaces records in the destination dataset with the matching records from the source dataset. If there is no matching record in the destination dataset, the record will be appended to it.
bmDelete Deletes records from the destination dataset if there are matching records in the source dataset.
bmUpdate Replaces records in the destination dataset with the matching records from the source dataset.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback