Mimer Data Provider v9.2

MimerDataAdapter.ContinueUpdateOnError Property

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

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

Property Value

true to continue the update without generating an exception; otherwise false. The default is false.

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace