DataHelper MarkDuplicitRows Method Kentico 8.1 API Reference
Marks the duplicit rows in the data table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

dt
Type: OnlineSystem.Data DataTable
Table with the data
condition
Type: OnlineSystem String
Checks only rows mathing the condition
resultColumn
Type: OnlineSystem String
Name of the column with the result
columns
Type:  OnlineSystem String 
Columns to check for duplicity

Return Value

Type: OnlineInt32
See Also