QuerySpecExtensionMethods.OrderBy Method |
Name | Description | |
---|---|---|
![]() ![]() | OrderBy<TQuery>(TQuery,ISortClause[]) |
Specifies the orderby of the query. All sort clauses are appended to the sort expression already present.
|
![]() ![]() | OrderBy<TQuery>(TQuery, ISortExpression) |
Specifies the orderby of the query. All sort clauses are appended to the sort expression already present.
|