Click or drag to resize
DataHelperMarkDuplicitRows Method
Marks the duplicate rows in the data table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static int MarkDuplicitRows(
	DataTable dt,
	string condition,
	string resultColumn,
	params string[] columns
)

Parameters

dt
Type: System.DataDataTable
Table with the data
condition
Type: SystemString
Checks only rows matching the condition
resultColumn
Type: SystemString
Name of the column with the result
columns
Type: SystemString
Columns to check for duplicity

Return Value

Type: Int32
See Also