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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteData(
	IWhereCondition where
)

Parameters

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