Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of query results to return.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Nullable<int> PageSize { get; set; }
public:
property Nullable<int> PageSize {
Nullable<int> get();
void set(Nullable<int> value);
}
member PageSize : Nullable<int> with get, set
Public Property PageSize As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
The maximum number of query results to return, or null if there is no limit.
See Also
ODataQuerySettings Class
System.Web.Http.OData.Query Namespace
Return to top