DbEntityEntry.Collection(String) メソッド

定義

このエンティティから関連するエンティティのコレクションへのコレクション ナビゲーション プロパティを表すオブジェクトを取得します。

public System.Data.Entity.Infrastructure.DbCollectionEntry Collection (string navigationProperty);
member this.Collection : string -> System.Data.Entity.Infrastructure.DbCollectionEntry
Public Function Collection (navigationProperty As String) As DbCollectionEntry

パラメーター

navigationProperty
String

ナビゲーション プロパティの名前。

戻り値

ナビゲーション プロパティを表すオブジェクト。

適用対象