EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> Members
The EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> |
Constructor for derived classes to invoke.
|
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.) |
Fields
| Name | Description | |
|---|---|---|
|
|
ReferenceDate |
When result ordering is based on Timestamp property, this date is
used to convert the timestamp to integer (seconds before/past).
|
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveFilters |
Gets
Field Valuethe all active IFilters. |
|
|
DefaultResultOrder |
Ordering method applied after optional custom ordering. Highly recommended
to ensure unique deterministic ordering of results.
|
|
|
EntityKeyGetter | |
|
|
OrderKeySelector |
Optional key selector for ordering results for display in accordance to business logic.
To use custom ordering, default (unique) ordering must also be specified. Results are
principally ordered by custom ordering, after which default ordering is applied to "break
ties".
|
|
|
OrderResults |
Indicates whether results should have unique ordering
|
|
|
ParameterizeConstants |

