ITrackEntityState Interface

Enables participation in the object tracking system of the LINQ to SharePoint provider.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Interface ITrackEntityState
'Usage
Dim instance As ITrackEntityState
public interface ITrackEntityState

Remarks

Classes that represent content types must implement this interface so that they can be handled correctly by the SubmitChanges() method. Content type classes that are generated by SPMetal always implement this interface.

See Also

Reference

ITrackEntityState Members

Microsoft.SharePoint.Linq Namespace