RelationshipManager.GetAllRelatedEnds 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回關聯性管理員所管理之所有相關端的列舉型別 (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) 時,就會傳回空的列舉型別。
- 屬性