Compartilhar via


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

Definição

Cria uma consulta aplicando a cláusula take especificada.

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)

Parâmetros

count
Int32

O número a ser obtido.

Retornos

Uma consulta na tabela.

Aplica-se a