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