LinqConnect Documentation
Devart.Data.Linq Namespace / SubmitErrorEventArgs Class / ContinueAction Property

In This Topic
    ContinueAction Property
    In This Topic
    Gets or sets the further action after processing the error.
    Syntax
    'Declaration
     
    Public Property ContinueAction As ContinueAction
    public ContinueAction ContinueAction {get; set;}

    Property Value

    One of the ContinueAction values.
    Remarks
    Use this property to specify the further action after processing the error. Abort means stopping the SubmitChanges operation. Retry means try to execute the update operation that encountered an error once again. Continue means to skip the object and add the error to the error list.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also