OrderBy Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Linq Namespace
Queryable Class
Queryable Methods
OrderBy Method
OrderBy(TSource, TKey) Method ...
OrderBy(TSource, TKey) Method ...
Queryable Methods
Aggregate Method
All(TSource) Method
Any Method
AsQueryable Method
Average Method
Cast(TResult) Method
Concat(TSource) Method
Contains Method
Count Method
DefaultIfEmpty Method
Distinct Method
ElementAt(TSource) Method
ElementAtOrDefault(TSource) Me ...
Except Method
First Method
FirstOrDefault Method
GroupBy Method
GroupJoin Method
Intersect Method
Join Method
Last Method
LastOrDefault Method
LongCount Method
Max Method
Min Method
OfType(TResult) Method
OrderBy Method
OrderByDescending Method
Reverse(TSource) Method
Select Method
SelectMany Method
SequenceEqual Method
Single Method
SingleOrDefault Method
Skip(TSource) Method
SkipWhile Method
Sum Method
Take(TSource) Method
TakeWhile Method
ThenBy Method
ThenByDescending Method
Union Method
Where Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Queryable
.
.
::
.
OrderBy Method
Sorts the elements of a sequence in ascending order.
Overload List
Name
Description
OrderBy
<
(Of
<
(
TSource, TKey
>
)
>
)
(IQueryable
<
(Of
<
(
TSource
>
)
>
)
, Expression
<
(Of
<
(
Func
<
(Of
<
(
TSource, TKey
>
)
>
)
>
)
>
)
)
Sorts the elements of a sequence in ascending order according to a key.
OrderBy
<
(Of
<
(
TSource, TKey
>
)
>
)
(IQueryable
<
(Of
<
(
TSource
>
)
>
)
, Expression
<
(Of
<
(
Func
<
(Of
<
(
TSource, TKey
>
)
>
)
>
)
>
)
, IComparer
<
(Of
<
(
TKey
>
)
>
)
)
Sorts the elements of a sequence in ascending order by using a specified comparer.
Top
See Also
Reference
Queryable Class
Queryable Members
System.Linq Namespace
Tags :