Tamino API for .NET

TaminoDataAdapter.ContinueUpdateOnError Property

Gets or sets a value determining the error handling performed during update processing.

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

Remarks

The default value is false.

The value false indicates that processing update actions will terminate on occurrence of the first exception and an exception will be thrown to the user.

The value true indicates that processing update actions will continue despite exceptions. The text of any caught exception will be placed into the RowError information of the row associated with the item.

See Also

TaminoDataAdapter Class | TaminoDataAdapter Members | SoftwareAG.Tamino.Api.DataAdapter Namespace