Partager via


IMobileServiceTable<T>.Take(Int32) Méthode

Définition

Crée une requête en appliquant la clause take spécifiée.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Take (int count);
abstract member Take : int -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function Take (count As Integer) As IMobileServiceTableQuery(Of T)

Paramètres

count
Int32

Nombre à prendre.

Retours

Requête par rapport à la table.

S’applique à