RelationshipManager.GetAllRelatedEnds Method ()

 

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

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public IEnumerable<IRelatedEnd> GetAllRelatedEnds()

Return Value

Type: System.Collections.Generic.IEnumerable<IRelatedEnd>

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