Click or drag to resize
DataHelperDeleteRows Method (DataTable, 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(
	DataTable dt,
	string where
)

Parameters

dt
Type: System.DataDataTable
Data table
where
Type: SystemString
Where condition
See Also