Click or drag to resize

SortSpecificationsTSort Method (IQueryableT)

Sorts a sequence according to the specifications that are held by this instance.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public IQueryable<T> Sort(
	IQueryable<T> query
)

Parameters

query
Type: System.LinqIQueryableT
The sequence that must be sorted.

Return Value

Type: IQueryableT
The sorted sequence.
See Also