EntitySetTEntityGetEntityById Method |
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TEntity GetEntityById(
Transaction transaction,
Object id
)
Public Function GetEntityById (
transaction As Transaction,
id As Object
) As TEntity
public:
TEntity GetEntityById(
Transaction^ transaction,
Object^ id
)
member GetEntityById :
transaction : Transaction *
id : Object -> 'TEntity
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