Click or drag to resize

RepositoryTDelete Method

Deletes a single entity from netFORUM's database

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void Delete(
	T entity
)

Parameters

entity  T
The entity to delete
Remarks
This delete operation honors the delete mode (hard vs soft) if configured via ForceDeleteModeAttribute, otherwise the global delete mode defined in netFORUM will be used.
See Also