| 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.
Devart.Data.Linq.SubmitErrorEventArgs
[Visual Basic]
Public Class SubmitErrorEventArgs [C#]
public class SubmitErrorEventArgs 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.
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)
SubmitErrorEventArgs Members | Devart.Data.Linq Namespace
© 2010 - 2013 Devart. All Rights Reserved.