EntityTracker Class
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.
context
public class EntityTracker : Microsoft.OData.Client.EntityTrackerBase
type EntityTracker = class
inherit EntityTrackerBase
Public Class EntityTracker
Inherits EntityTrackerBase
- Inheritance
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 |