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.”