DataSource for Entity Framework for WPF/Silverlight
OrderBy<T,TKey> メソッド (IndexedQueryExtensions)

C1.LiveLinq 名前空間 > IndexedQueryExtensions クラス : OrderBy<T,TKey> メソッド
source内の要素の型。
keySelectorによって返されるキーの型。
並べる値のコレクション。
要素のキーを抽出する関数。
コレクション内の要素を昇順にソートします。
シンタックス
'宣言
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function OrderBy
    (Of T,TKey)( _
   ByVal source As IIndexedSource(Of T), _
   ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _
) As Ordering(Of T)
[System.Runtime.CompilerServices.Extension()]
public static Ordering<T> OrderBy<T,TKey>( 
   IIndexedSource<T> source,
   System.Linq.Expressions.Expression<Func<T,TKey>> keySelector
)

パラメータ

source
並べる値のコレクション。
keySelector
要素のキーを抽出する関数。

型パラメータ

T
source内の要素の型。
TKey
keySelectorによって返されるキーの型。

戻り値の型

要素がキーに従ってソートされる C1.LiveLinq.Indexing.IIndexedSource<T>
参照

IndexedQueryExtensions クラス
IndexedQueryExtensions メンバ