Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.Helpers Namespaces
CMS.Helpers
DataHelper Class
DataHelper Methods
DeleteRows Method
DeleteRows Method (DataSet, String)
DeleteRows Method (DataTable, String)
DataHelper
DeleteRows Method (DataTable, String)
Deletes the table rows matching the given where condition.
Namespace:
CMS.Helpers
Assembly:
CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
Copy
public
static
void
DeleteRows
(
DataTable
dt
,
string
where
)
Parameters
dt
Type:
System.Data
DataTable
Data table
where
Type:
System
String
Where condition
See Also
Reference
DataHelper Class
DeleteRows Overload
CMS.Helpers Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com