获取或设置此导航属性所表达的关联的依赖属性。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
Get
用法
Dim instance As EdmNavigationProperty
Dim value As IEnumerable(Of IEdmStructuralProperty)
value = instance.DependentProperties
public IEnumerable<IEdmStructuralProperty> DependentProperties { get; }
public:
virtual property IEnumerable<IEdmStructuralProperty^>^ DependentProperties {
IEnumerable<IEdmStructuralProperty^>^ get () sealed;
}
abstract DependentProperties : IEnumerable<IEdmStructuralProperty>
override DependentProperties : IEnumerable<IEdmStructuralProperty>
final function get DependentProperties () : IEnumerable<IEdmStructuralProperty>
属性值
类型:System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
此导航属性所表达的关联的依赖属性。
实现
IEdmNavigationProperty.DependentProperties