Gets the list of unique values based on given column value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- dt
- Type: System.Data DataTable
Table with the data
- column
- Type: System String
Column name
- caseSensitive
- Type: System Boolean
Case sensitive evaluation?
Return Value
Type: List StringSee Also