Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteInfo(
	TInfo info
)

Parameters

info
Type: TInfo
Object to delete
See Also