LinqConnect Documentation
Devart.Data.Linq Namespace / ObjectChangeConflict Class
Properties Methods

In This Topic
    ObjectChangeConflict Class Members
    In This Topic

    The following tables list the members exposed by ObjectChangeConflict.

    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
    Public Methods
     NameDescription
    Public MethodOverloaded. Resolves member conflicts by keeping current values and resetting the baseline original values to match the more recent database values.  
    Top
    See Also