QueryResult Constructor (IEnumerable, Nullable(Of Int64))

 

Initializes a new instance of the QueryResult with a given subset of results and optionally a totalCount.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Public Sub New (
	results As IEnumerable,
	totalCount As Nullable(Of Long)
)

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.

Return to top
Show: