Click or drag to resize

EntitySetTEntityGetEntityById Method

Gets the entity with the given EntityIdentifier.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TEntity GetEntityById(
	Transaction transaction,
	Object id
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to get the entity.
id
Type: SystemObject
The ID of the entity to retrieve.

Return Value

Type: TEntity
The entity with the specified ID, or if no entity with the given ID exists.
See Also