LinqConnect Documentation
Devart.Data.Linq Namespace / MemberChangeConflict Class / Resolve Method / Resolve(Object) Method
The value to set as the current value.

In This Topic
    Resolve(Object) Method
    In This Topic
    Specifies the value to set as the current value for the member in conflict.
    Syntax
    'Declaration
     
    Public Overloads Sub Resolve( _
       ByVal value As Object _
    ) 
    public void Resolve( 
       object value
    )

    Parameters

    value
    The value to set as the current value.
    Remarks
    The value set here will be used in the subsequentSubmitChanges operation.
    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