RelationshipManager.GetAllRelatedEnds Method

Definition

Returns an enumeration of all the related ends managed by the relationship manager.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Objects.DataClasses.IRelatedEnd> GetAllRelatedEnds ();
member this.GetAllRelatedEnds : unit -> seq<System.Data.Entity.Core.Objects.DataClasses.IRelatedEnd>
Public Function GetAllRelatedEnds () As IEnumerable(Of IRelatedEnd)

Returns

An IEnumerable<T> of objects that implement IRelatedEnd . An empty enumeration is returned when the relationships have not yet been populated.

Attributes

Applies to