PgDAC

TCRBatchMove.Mappings Property

Used to set field matching between source and destination datasets for the batch operation.

Class

TCRBatchMove

Syntax

property Mappings: TStrings;

Remarks

Use the Mappings property to set field matching between the source and destination datasets for the batch operation. By default fields matching is based on their position in the datasets. To map the column ColName in the source dataset to the column with the same name in the destination dataset, use:

ColName

Example

To map a column named SourceColName in the source dataset to the column named DestColName in the destination dataset, use:

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