IMobileServiceTableQuery<T>.ThenBy<TKey> メソッド

定義

指定した ascending order 句をソース クエリに適用します。

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> ThenBy<TKey> (System.Linq.Expressions.Expression<Func<T,TKey>> keySelector);
abstract member ThenBy : System.Linq.Expressions.Expression<Func<'T, 'Key>> -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function ThenBy(Of TKey) (keySelector As Expression(Of Func(Of T, TKey))) As IMobileServiceTableQuery(Of T)

型パラメーター

TKey

並べ替え対象のメンバーの種類。

パラメーター

keySelector
Expression<Func<T,TKey>>

並べ替えるメンバーを選択する式。

戻り値

構成されたクエリ。

適用対象