EdmNavigationProperty.DependentProperties 屬性
取得或設定此導覽屬性所表示之關聯的相依屬性。
命名空間: 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