Click or drag to resize

EntitySet<TEntity>.GetEntities 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.3.420.0 (24.3.420.0)
Syntax
public ICollection<TEntity> GetEntities(
	Transaction transaction
)

Parameters

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

Return Value

Type: ICollection<TEntity>
A read-only collection of entities.
See Also