Click or drag to resize

EntitySetTEntityRemove Method (Transaction, TEntity)

Removes an entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Remove(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to remove the entity.
entity
Type: TEntity
The entity to remove.
See Also