IMobileServiceSyncTable<T>.ThenBy<TKey> Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
- TKey
Type du membre trié.
- keySelector
- Expression<Func<T,TKey>>
Expression de sélection du membre à trier.
Requête par rapport à la table.
Produit | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :