Share via


EntityTracker.Entities Property

Definition

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.

public System.Collections.Generic.IEnumerable<Microsoft.OData.Client.EntityDescriptor> Entities { get; }
member this.Entities : seq<Microsoft.OData.Client.EntityDescriptor>
Public ReadOnly Property Entities As IEnumerable(Of EntityDescriptor)

Property Value

Applies to