MobileServiceCollection<T> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The data source's query which provides the data.
- pageSize
- Int32
The number of items requested per request.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET