Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EnableQueryAttribute::PageSize Property

 

Gets or sets the maximum number of query results to send back to clients.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

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

Property Value

Type: System::Int32

The maximum number of query results to send back to clients.

Return to top
Show: