System.Data.Common.DataAdapter.ContinueUpdateOnError Property

Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool ContinueUpdateOnError { set; get; }

Value

Documentation for this section has not yet been entered.

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 System.Data.DataRow.RowError property of the row in error. The System.Data.Common.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.

Requirements

Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0