LinqConnect Documentation
Devart.Data.Linq Namespace / DataContext Class / GetChangeSet Method

In This Topic
    GetChangeSet Method
    In This Topic
    Provides access to the modified objects tracked by DataContext.
    Syntax
    'Declaration
     
    Public Function GetChangeSet() As ChangeSet
    public ChangeSet GetChangeSet()

    Return Value

    The set of objects is returned as three read-only collections.
    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