EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> Methods
The EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
ApplyAllFilters(IOrderedQueryable<(Of <<'(TEntity>)>>)) | |
|
|
ApplyRangeFilters | |
|
|
ApplySetFilters | |
|
|
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.
|
|
|
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.
|
|
|
ApplyValueFilters(IOrderedQueryable<(Of <<'(TEntity>)>>)) | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetFiltersOf<(Of <<'(TFilter>)>>) |
Return ValueInstance properties of TFilter. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetPropertiesWith<(Of <<'(TAttribute>)>>) |
Get instance properties that have types derived from Filter and also have
specific custom attribute set.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Order |
Add result ordering to this query.
|
|
|
ToString | (Inherited from Object.) |

