Click or drag to resize
DataHelperDeleteRows Method (DataSet, String)
Deletes the table rows matching the given where condition.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void DeleteRows(
	DataSet ds,
	string where
)

Parameters

ds
Type: System.DataDataSet
DataSet with the data
where
Type: SystemString
Where condition
See Also