Skip to main content
Version: 4.2.5

IFilterQuery<TEntity, TRow>.GetEntities Method

Gets the entities contained in this query.

System.Collections.Generic.IEnumerable<TEntity> GetEntities();

Returns

System.Collections.Generic.IEnumerable<TEntity>
An enumerator that allows foreach to be used to process the entities in this collection.