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 Teradata Database. 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 Teradata Database will be in the order of: DELETE, INSERT.
By default this property is set to false.