Click or drag to resize

EntitySetTEntityGetEntities Method

Gets a read-only collection of all the entities in the entity set.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ICollection<TEntity> GetEntities(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction in which to enumerate the entities.

Return Value

Type: ICollectionTEntity
A read-only collection of entities.
See Also