Table<'TEntity>.GetOriginalEntityState Method ('TEntity)
.NET Framework (current version)
Returns a Table<'TEntity> instance that contains the original state of the entity.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
This method returns the original state of an entity since it was either created or attached to the current DataContext. The original state of an entity that has been serialized and deserialized must be provided by an independent tracking mechanism and supplied when the entity is attached to a new DataContext. For more information, see Data Retrieval and CUD Operations in N-Tier Applications (LINQ to SQL).
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: