DataServiceContext.EntityTracker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the instance of entity tracker which tracks all the entities and links tracked by the context.
public virtual Microsoft.OData.Client.EntityTracker EntityTracker { get; set; }
member this.EntityTracker : Microsoft.OData.Client.EntityTracker with get, set
Public Overridable Property EntityTracker As EntityTracker