次の方法で共有


NavigationProperty.GetDependentProperties メソッド

定義

指定されたナビゲーション プロパティが参照制約の依存する末尾にある場合は、外部キー プロパティを返します。 それ以外の場合は、空のセットを返します。 プリンシパルの終了キー プロパティの順序でメンバーを返します。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.EdmProperty> GetDependentProperties ();
member this.GetDependentProperties : unit -> seq<System.Data.Entity.Core.Metadata.Edm.EdmProperty>
Public Function GetDependentProperties () As IEnumerable(Of EdmProperty)

戻り値

外部キー プロパティのコレクション。

属性

適用対象