Table<TEntity>::ITable::GetModifiedMembers Method (Object^)

 

Returns an array of modified members that contain their current and original values.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
virtual array<ModifiedMemberInfo>^ GetModifiedMembers(
	Object^ entity
) sealed = ITable::GetModifiedMembers

Parameters

entity
Type: System::Object^

The entity from which to obtain the modified members.

Return Value

Type: array<System.Data.Linq::ModifiedMemberInfo>^

An array of modified members.

This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an ITable interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: