DataServiceContext.EntityTracker Property

Definition

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

Property Value

Applies to