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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ICollection<TEntity> GetEntities(
	Transaction transaction
)
Public Function GetEntities ( 
	transaction As Transaction
) As ICollection(Of TEntity)
public:
ICollection<TEntity>^ GetEntities(
	Transaction^ transaction
)
member GetEntities : 
        transaction : Transaction -> ICollection<'TEntity> 
Parameters
- transaction
 - Type: AGI.FoundationTransaction
The transaction in which to enumerate the entities. 
Return Value
Type: 
ICollectionTEntityA read-only collection of entities.
See Also