Specifies whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable class.
Visual Basic
Public Property AcceptChangesDuringFill As Boolean
C#
public bool AcceptChangesDuringFill {get;set;}
True to specify that the ULDataAdapter should call the System.Data.DataRow.AcceptChanges function on the System.Data.DataRow class; false if AcceptChanges is not to be called, and the newly added rows are treated as inserted rows. The default is true.