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)

返回

外键属性的集合。

属性

适用于