MobileServiceCollection<T>
Constructor
Definition
Initializes a new instance of the IncrementalLoadingMobileServiceCollection{T} class.
public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> query, int pageSize = 0);
Parameters
The data source's query which provides the data.
- pageSize
- Int32
The number of items requested per request.