LinqConnect Documentation
Devart.Data.Linq Namespace / ObjectChangeConflict Class / Database Property

In This Topic
    Database Property
    In This Topic
    Gets the currently stored in the database version of the object in conflict.
    Syntax
    'Declaration
     
    Public ReadOnly Property Database As Object
    public object Database {get;}

    Property Value

    The currently stored in the database version of the object in conflict.
    Remarks
    May be used to determine actual database values of the fields of the object that caused the conflict for resolving the conflict.
    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