EntityQuery<(Of <(<'TEntity>)>)> Properties
The EntityQuery<(Of <(<'TEntity>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveFilters |
Gets (Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.)Field Valuethe all active IFilters. |
|
|
DefaultResultOrder |
Ordering method applied after optional custom ordering. Highly recommended
to ensure unique deterministic ordering of results. (Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.) |
|
|
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".
(Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.) |
|
|
OrderResults |
Indicates whether results should have unique ordering (Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.) |
|
|
ParameterizeConstants | (Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.) |

