QueryResult Constructor (IEnumerable, Nullable(Of Int64))
Initializes a new instance of the QueryResult with a given subset of results and optionally a totalCount.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Parameters
- results
-
Type:
System.Collections.IEnumerable
The subset representing the query result.
- totalCount
-
Type:
System.Nullable(Of Int64)
Optionally the total count or elements available.
Show: