DataHelperGetUniqueRows Method |
Gets the list of unique rows based on given column value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static List<DataRow> GetUniqueRows(
DataTable dt,
string idColumn
)
Parameters
- dt
- Type: System.DataDataTable
Table with the data - idColumn
- Type: SystemString
ID column name
Return Value
Type:
ListDataRowSee Also