🟩 UpdateMatchResult

Update the result according to specified mergeSettings. The "Update/Overwrite" feature can be used to update or overwrite column values within matching groups.

public void UpdateMatchResult(DataTable matchResult, List<UpdateMatchResultSetting> updateSettings)

Parameters


ParameterTypeDefinition
matchResultDataTableDatatable with matching result. It should be same table that was returned by the MatchData function.
updateSettingsList<UpdateMatchResultSetting>Update settings for columns from match result

Returns


void