Table<TEntity>::GetModifiedMembers Method (TEntity)

 

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)

public:
array<ModifiedMemberInfo>^ GetModifiedMembers(
	TEntity entity
)

Parameters

entity
Type: TEntity

The entity from which to get the array.

Return Value

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

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

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