asp.net.ph

DataAdapter.ContinueUpdateOnError Property

System.Data.Common Namespace   DataAdapter Class


Decides whether an exception is thrown when an error is encountered during a row update.

Syntax


Script DataAdapter.ContinueUpdateOnError [ = true | false ]

Property Value

true to continue the update without generating an exception; otherwise, false. Default value is false.

Remarks

If ContinueUpdateOnError is set to true, no exception is thrown when an error occurs during the update of a row. The update of the row is skipped and the error information is placed in the RowError property of the row in error. The DataAdapter continues to update subsequent rows.

If ContinueUpdateOnError is set to false, an exception is thrown when an error occurs during the update of a row.

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