Click or drag to resize
DataClassInfoProviderBaseTProviderDeleteObjectFromHashtables Method
Deletes the object instance from the hashtables.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected override void DeleteObjectFromHashtables(
	DataClassInfo info
)

Parameters

info
Type: CMS.DataEngineDataClassInfo
Object to delete
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen info is null
See Also