Click or drag to resize

SpecificationTOrderBy Method (SortSpecificationsT)

Specifies the way the sequence must be sorted.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public ISpecification<T> OrderBy(
	SortSpecifications<T> sortSpecifications
)

Parameters

sortSpecifications
Type: Enkoni.FrameworkSortSpecificationsT
The specifications that define the way the sequence must be sorted.

Return Value

Type: ISpecificationT
The specification with the sorting rules.
See Also