Used to set field matching between source and destination datasets for the batch operation.
property Mappings: TStrings;
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
To map a column named SourceColName in the source dataset to the column named DestColName in the destination dataset, use:
DestColName=SourceColName