IMobileServiceTableQuery<T>.Take
Method
Definition
Applies the specified take clause to the source query.
public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Take (int count);
Parameters
- count
- Int32
The number to take.
Returns
The composed query.