NavigationProperty.GetDependentProperties 方法

定义

获取位于引用约束的依赖端的导航属性的外键属性。

public:
 System::Collections::Generic::IEnumerable<System::Data::Metadata::Edm::EdmProperty ^> ^ GetDependentProperties();
public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmProperty> GetDependentProperties ();
member this.GetDependentProperties : unit -> seq<System.Data.Metadata.Edm.EdmProperty>
Public Function GetDependentProperties () As IEnumerable(Of EdmProperty)

返回

外键属性的集合。

注解

对于位于引用约束的依赖端的导航属性, GetDependentProperties 该方法返回相应的外键属性。 返回的属性与主体结束键属性的顺序相同。

如果导航属性不在引用约束的依赖端,该方法 GetDependentProperties 将返回空集合。

适用于