See Also

SubmitErrorEventArgs Members  | Devart.Data.Linq Namespace

Requirements

Namespace: Devart.Data.Linq

Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7

Assembly: Devart.Data.Linq (in Devart.Data.Linq.dll)

Language

Visual Basic

C#

Show All

See AlsoRequirementsLanguagesDevart.Data.LinqSend comments on this topic.

SubmitErrorEventArgs Class

Devart.Data.Linq Namespace : SubmitErrorEventArgs Class

Used as an argument in the partial DataContext.OnSubmitError method.

For a list of all members of this type, see SubmitErrorEventArgs members.

Inheritance Hierarchy

System.Object
   Devart.Data.Linq.SubmitErrorEventArgs

Syntax

[Visual Basic]
Public Class SubmitErrorEventArgs
[C#]
public class SubmitErrorEventArgs

Remarks

You can implement the partial DataContext.OnSubmitError method to process errors, occurring during execution of SubmitChanges method. This method is called not just for concurrency conflicts, it is called for all errors that can occur, such as key or not null violation, . You can get the object, which update operation encountered an error, and then specify the further action with ContinueAction property. See the description of this property for more information.

Requirements

Namespace: Devart.Data.Linq

Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7

Assembly: Devart.Data.Linq (in Devart.Data.Linq.dll)

See Also

SubmitErrorEventArgs Members  | Devart.Data.Linq Namespace

 

 


© 2010 - 2013 Devart. All Rights Reserved.