asp.net.ph

DataAdapter.AcceptChangesDuringFill Property

System.Data.Common Namespace   DataAdapter Class


Decides whether AcceptChanges is called on a DataRow after it is added to the DataTable.

Syntax


Script DataAdapter.AcceptChangesDuringFill [ = true | false ]

Property Value

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

The property is read/write with a default value of true.

Remarks

If false, AcceptChanges is not called, and the newly added rows are treated as inserted rows.

See Also

DataAdapter Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph