Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryDeleteData Method (String)
Deletes the data in the database based on the given where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected void DeleteData(
	string where
)

Parameters

where
Type: SystemString
Where condition to filter data
See Also