The number of records to read in each paging operation.

C# | Visual Basic | Visual C++ |
public int PageSize { get; }
Public ReadOnly Property PageSize As Integer
public: property int PageSize { int get (); }

Set to zero to obtain all records in one go.