MobileServiceCollection<T> Constructor

Definition

Initializes a new instance of the IncrementalLoadingMobileServiceCollection{T} class.

public MobileServiceCollection (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> query, int pageSize = 0);
new Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'T> : Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T> * int -> Microsoft.WindowsAzure.MobileServices.MobileServiceCollection<'T>
Public Sub New (query As IMobileServiceTableQuery(Of T), Optional pageSize As Integer = 0)

Parameters

query
IMobileServiceTableQuery<T>

The data source's query which provides the data.

pageSize
Int32

The number of items requested per request.

Applies to