DataAdapter::AcceptChangesDuringFill Property
.NET Framework (current version)
Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if AcceptChanges is called on the DataRow; otherwise false. The default is true.
If false, AcceptChanges is not called, and the newly added rows are treated as inserted rows.
.NET Framework
Available since 1.1
Available since 1.1
Show: