ITrackOriginalValues Interface
Enables implementing classes to store a dictionary of changed properties and their original values.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Interface ITrackOriginalValues
'Usage
Dim instance As ITrackOriginalValues
public interface ITrackOriginalValues
Remarks
ITrackOriginalValues must be implemented by an entity class if its objects are to participate in the object tracking system of LINQ to SharePoint.