共用方式為


RelationshipManager.GetAllRelatedEnds 方法

定義

傳回關聯性管理員所管理之所有相關端的列舉型別 (Enumeration)。

[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)

傳回

IEnumerable<T>IRelatedEnd 作 之 物件的 。 當這些關聯性尚未填入 (Populate) 時,就會傳回空的列舉型別。

屬性

適用於