DataHelperKeepOnlyRows Method |
Keeps only table rows matching the given where condition.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void KeepOnlyRows(
DataTable dt,
string where
)
Parameters
- dt
- Type: System.DataDataTable
Data table - where
- Type: SystemString
Where condition
See Also