Share via


EntityTracker Class

Definition

context

public class EntityTracker : Microsoft.OData.Client.EntityTrackerBase
type EntityTracker = class
    inherit EntityTrackerBase
Public Class EntityTracker
Inherits EntityTrackerBase
Inheritance
EntityTracker

Properties

Entities

Returns a collection of all the resources currently being tracked by the context. If no resources are being tracked, a collection with 0 elements is returned.

Links

Returns a collection of all the links (ie. associations) currently being tracked by the context. If no links are being tracked, a collection with 0 elements is returned.

Methods

TryGetEntityDescriptor(Object)

Gets the entity descriptor corresponding to a particular entity

Applies to