Suoranta.EnterpriseLib.Web - Developer API

EntityQuery<(Of <(<'TEntity>)>)> Properties

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

Properties


  Name Description
Protected property ActiveFilters
Gets

Field Value

the all active IFilters.
(Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.)
Protected property DefaultResultOrder
Ordering method applied after optional custom ordering. Highly recommended to ensure unique deterministic ordering of results.
(Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.)
Public property 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>)>)>.)
Public property OrderResults
Indicates whether results should have unique ordering
(Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.)
Protected property ParameterizeConstants (Inherited from EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>.)