Table(Of TEntity).ITable.GetOriginalEntityState Method (Object)

 

Retrieves original values of a given entity.

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

Private Function GetOriginalEntityState (
	entity As Object
) As Object
	Implements ITable.GetOriginalEntityState

Parameters

entity
Type: System.Object

The entity whose original state is to be accessed.

Return Value

Type: System.Object

A copy of the original entity.

This member is an explicit interface member implementation. It can be used only when the Table(Of 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: