Used to define the number of rows to be transferred across the network at the same time.
property FetchRows: integer default 25;
The number of rows that will be transferred across the network at the same time. This property can have a great impact on performance. So it is preferable to choose the optimal value of the FetchRows property for each SQL statement and software/hardware configuration experimentally.
The default value is 25.