The number of records to read in each paging operation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int PageSize { get; }
Public ReadOnly Property PageSize As Integer
public: property int PageSize { int get (); }
Remarks
Set to zero to obtain all records in one go.