Suoranta.EnterpriseLib.Web - Developer API

EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> Methods

The EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> type exposes the following members.

Methods


  Name Description
Public method ApplyAllFilters(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.
Public method ApplyAllFilters(IOrderedQueryable<(Of <<'(TEntity>)>>))
Public method ApplyRangeFilters
Public method ApplySetFilters
Public method ApplyValueFilters(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.
Public method ApplyValueFilters(IQueryable<(Of <<'(TEntity>)>>))
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.
Public method ApplyValueFilters(IOrderedQueryable<(Of <<'(TEntity>)>>))
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetFiltersOf<(Of <<'(TFilter>)>>)

Return Value

Instance properties of TFilter.
Public method GetHashCode (Inherited from Object.)
Protected method GetPropertiesWith<(Of <<'(TAttribute>)>>)
Get instance properties that have types derived from Filter and also have specific custom attribute set.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Order
Add result ordering to this query.
Public method ToString (Inherited from Object.)