DataHelperDeleteRows Method (DataSet, String) |
Deletes the table rows matching the given where condition.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void DeleteRows(
DataSet ds,
string where
)
Parameters
- ds
- Type: System.DataDataSet
DataSet with the data - where
- Type: SystemString
Where condition
See Also