Click or drag to resize
DataHelperKeepOnlyRows Method
Keeps only table rows matching the given where condition.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static void KeepOnlyRows(
	DataTable dt,
	string where
)

Parameters

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