TableUtils::GetResultSize Method (ODataQueryOptions^, ODataQuerySettings^)

 

Gets the effective query result size meaning the max number of elements to include in a single query result based on the page size and top parameters in the querysettings.

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

public:
static int GetResultSize(
	ODataQueryOptions^ query,
	ODataQuerySettings^ settings
)

Return Value

Type: System::Int32

The effective page size for the given query.

Return to top
Show: