ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaDataAdapter class
A value that indicates whether AcceptChanges is called on a DataRow after it is added to the DataTable.
bool AcceptChangesDuringFill
Read-write
When this property is true, DataAdapter calls the AcceptChanges function on the DataRow. If false, AcceptChanges is not called, and the newly added rows are treated as inserted rows. The default is true.