Suoranta.EnterpriseLib.Web - Developer API

EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>..::..OrderKeySelector Property

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".

Namespace:  Suoranta.EnterpriseLib.Linq
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public Expression<Func<TEntity, TOrderKey>> OrderKeySelector { get; set; }