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