🟩 DeleteMergeMatchResult
Delete rows from the match result according to options.
public DataTable DeleteMergeMatchResult(DataTable matchResult, DeleteFromMatchResultSetting setting)
Parameters
| Parameter | Type | Definition |
|---|---|---|
| matchResult | DataTable | Datatable with matching result. It should be same table that was returned by MatchData function. |
| setting | DeleteFromMatchResultSetting | Delete setting |
Returns
| DataTable | New data table with match result. Existing match result table should be overwriting |
Updated over 4 years ago