IEdmNavigationProperty.DependentProperties Property
Gets the dependent properties of this navigation property, returning null if this is the principal end or if there is no referential constraint.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
Get
'Usage
Dim instance As IEdmNavigationProperty
Dim value As IEnumerable(Of IEdmStructuralProperty)
value = instance.DependentProperties
IEnumerable<IEdmStructuralProperty> DependentProperties { get; }
property IEnumerable<IEdmStructuralProperty^>^ DependentProperties {
IEnumerable<IEdmStructuralProperty^>^ get ();
}
abstract DependentProperties : IEnumerable<IEdmStructuralProperty>
function get DependentProperties () : IEnumerable<IEdmStructuralProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
The dependent properties of this navigation property.