Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the dependent properties of the association this navigation property expresses.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
The dependent properties of the association this navigation property expresses.
Implements
IEdmNavigationProperty.DependentProperties