Used to get or set the number of rows that will be send to the server for one time.
property RowsPerQuery: integer default 0;
Use the RowsPerQuery property to get or set the number of rows that will be send to the server for one time. The default value is 0. In this case rows will be grouped by 16Kb (the default value of net_buffer_length).