次の方法で共有


RelationshipManager.GetAllRelatedEnds メソッド

定義

リレーションシップ マネージャーによって管理されるすべての関連 End の列挙を返します。

[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 する オブジェクトの 。 リレーションシップがまだ設定されていない場合は、空の列挙が返されます。

属性

適用対象