RepositoryTDelete Method

Deletes a single entity from netFORUM's database

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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