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

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

Parameters

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

Return Value

Type: Int32
See Also