TableUtils::PageSize Property

 

Gets the max number of records that will get returned in a query result.

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

public:
property int PageSize {
	static int get();
	static void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: