DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnectionStringBuilder Class / MaxPageSize Property

In This Topic
    MaxPageSize Property (C1ODataConnectionStringBuilder)
    In This Topic
    The maximum items returned per request to server.
    Syntax
    'Declaration
     
    Public Property MaxPageSize As Integer
    public int MaxPageSize {get; set;}
    See Also