Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryDeleteData Method (IWhereCondition)

Note: This API is now obsolete.

Deletes the data in the database based on the given where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use BulkDelete instead.")]
protected void DeleteData(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition
Where condition to filter data
See Also