IMobileServiceTable<T>.ThenBy<TKey> Méthode

Définition

Crée une requête en appliquant la clause d'ordre croissant spécifiée.

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)

Paramètres de type

TKey

Type du membre trié.

Paramètres

keySelector
Expression<Func<T,TKey>>

Expression de sélection du membre à trier.

Retours

Requête par rapport à la table.

S’applique à