NavigationProperty.GetDependentProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于引用约束的依赖端的导航属性的外键属性。
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 将返回空集合。