Mimer Data Provider v9.2

MimerDataAdapter.AcceptChangesDuringFill Property

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.

[Visual Basic]
Public Property AcceptChangesDuringFill As Boolean
[C#]
new public bool AcceptChangesDuringFill {get; set;}

Property Value

true if AcceptChanges is called on the DataRow; otherwise, false. The default is true.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace