The BatchSize attribute can be used to control the number of items (or rows) of a single database transaction. You can optimize your database commands to fit your specific configuration.
If set to zero, the system will process the entire datalayer as a single transaction.
BatchSize defaults to 1,000 rows per transaction.
|