DataHelper MarkDuplicitRows Method Kentico 8.0 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.0.5239.26125)

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