The TdDataAdapter.KeepCommandBatchSequence property is used to indicate that the order the DataRows were updated will be kept when the data is sent to the Advanced SQL Engine. For example, suppose KeepCommandBatchSequence has been set to true and the following actions were performed on a DataTable:
The SQL statements that will be sent to the Advanced SQL Engine will be in the order of: DELETE, INSERT.
By default this property is set to false.