LinqConnect Documentation
Devart.Data.Linq Namespace / ObjectChangeConflict Class

In This Topic
    ObjectChangeConflict Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the currently stored in the database version of the object in conflict.  
    Public PropertyGets exception that occurred after executing INSERT, UPDATE, or DELETE operations. (Inherited from Devart.Data.Linq.ObjectSubmitError)
    Public PropertyGets a value that indicates whether the object in conflict has been deleted from the database.  
    Public PropertyGets a value that indicates whether the conflicts for this object have already been resolved.  
    Public PropertyGets a collection of all member conflicts that caused the update to fail.  
    Public PropertyGets the object in conflict. (Inherited from Devart.Data.Linq.ObjectSubmitError)
    Public PropertyGets the original value for object in conflict. (Inherited from Devart.Data.Linq.ObjectSubmitError)
    Top
    See Also