LinqConnect Documentation
Devart.Data.Linq Namespace / ConflictMode Enumeration

In This Topic
    ConflictMode Enumeration
    In This Topic
    This enumeration is used to specify the action when processing concurrency conflicts.
    Syntax
    'Declaration
     
    Public Enum ConflictMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    ContinueOnConflictObject that caused the error will be skipped, the update operation will continue.
    FailOnFirstConflictUpdate operation will throw an exception.
    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