EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>..::..ApplyValueFilters Method (DbContext)
Filter entities by applying each defined value condition. Conditions are 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> ApplyValueFilters( 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 the actual query against database).Exceptions
| Exception | Condition |
|---|---|
| Suoranta.EnterpriseLib.Linq..::..QueryException | |
| Suoranta.EnterpriseLib.Linq.FilterAttributes..::..UnsupportedAttributeException | Thrown for unsupported filter attributes |

