EnableQueryAttribute.PageSize Property

Definition

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

public int PageSize { get; set; }
member this.PageSize : int with get, set
Public Property PageSize As Integer

Property Value

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

Applies to