Suoranta.EnterpriseLib.Web - Developer API

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

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

Properties


  Name Description
Protected property ActiveFilters
Gets

Field Value

the all active IFilters.
Protected property DefaultResultOrder
Ordering method applied after optional custom ordering. Highly recommended to ensure unique deterministic ordering of results.
Protected property Static member EntityKeyGetter
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".
Public property OrderResults
Indicates whether results should have unique ordering
Protected property ParameterizeConstants