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
Syntaxpublic ISpecification<T> OrderBy(
SortSpecifications<T> sortSpecifications
)
Public Function OrderBy (
sortSpecifications As SortSpecifications(Of T)
) As ISpecification(Of T)
public:
ISpecification<T>^ OrderBy(
SortSpecifications<T>^ sortSpecifications
)
member OrderBy :
sortSpecifications : SortSpecifications<'T> -> ISpecification<'T>
Parameters
- sortSpecifications
- Type: Enkoni.FrameworkSortSpecificationsT
The specifications that define the way the sequence must be sorted.
Return Value
Type:
ISpecificationTThe specification with the sorting rules.
See Also