Table<TEntity>::GetOriginalEntityState Method
Silverlight
Returns an instance that contains the original state of the entity.
Namespace: System.Data.Linq
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 a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: