LinqConnect Documentation
Devart.Data.Linq Namespace / ITable Interface / GetModifiedMembers Method
The entity from which to get the array.

In This Topic
    GetModifiedMembers Method (ITable)
    In This Topic
    Returns an array of modified members that contain their current and original values.
    Syntax
    'Declaration
     
    Function GetModifiedMembers( _
       ByVal entity As Object _
    ) As ModifiedMemberInfo()
    ModifiedMemberInfo[] GetModifiedMembers( 
       object entity
    )

    Parameters

    entity
    The entity from which to get the array.

    Return Value

    An array of modified members.
    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