Share via


EntityTracker.Links Property

Definition

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.

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

Property Value

Applies to