EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>..::..ApplyAllFilters Method (DbContext)
Filter entities by applying each filter. Filters defined in subclasses. This method is
designed to be invoked by subclasses or on their instances without need to implementation
in those classes.
Namespace:
Suoranta.EnterpriseLib.LinqAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
public virtual IOrderedQueryable<TEntity> ApplyAllFilters( DbContext context )
Return Value
Unenumerated result set that can be filtered with further predicates before the actual query is executed. Note: To ensure development model flexibility, method does not enumerate results (execute actual query).Exceptions
| Exception | Condition |
|---|---|
| Suoranta.EnterpriseLib.Linq..::..QueryException | |
| Suoranta.EnterpriseLib.Linq.FilterAttributes..::..UnsupportedAttributeException | Thrown for unsupported filter attributes |

