Suoranta.EnterpriseLib.Web - Developer API

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.Linq
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public virtual IOrderedQueryable<TEntity> ApplyValueFilters(
	DbContext context
)

Parameters

context
Type: DbContext
DbContext

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).