EntitySetTEntityRemove Method (Transaction, TEntity) |
Removes an entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Remove(
Transaction transaction,
TEntity entity
)
Public Sub Remove (
transaction As Transaction,
entity As TEntity
)
public:
void Remove(
Transaction^ transaction,
TEntity entity
)
member Remove :
transaction : Transaction *
entity : 'TEntity -> unit
Parameters
- transaction
- Type: AGI.FoundationTransaction
The transaction in which to remove the entity. - entity
- Type: TEntity
The entity to remove.
See Also