Contents Index AsaDataAdapter constructors ContinueUpdateOnError property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataAdapter class

AcceptChangesDuringFill property


Description 

A value that indicates whether AcceptChanges is called on a DataRow after it is added to the DataTable.

Syntax 

bool AcceptChangesDuringFill

Access 

Read-write

Usage 

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.


Contents Index AsaDataAdapter constructors ContinueUpdateOnError property