MyDAC

TMyLoader.RowsPerQuery Property

Used to get or set the number of rows that will be send to the server for one time.

Class

TMyLoader

Syntax

property RowsPerQuery: integer default 0;

Remarks

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).

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback