Proprietà EdmNavigationProperty.DependentProperties
Ottiene o imposta le proprietà dipendenti dell'associazione espressa dalla proprietà di navigazione.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DependentProperties As IEnumerable(Of IEdmStructuralProperty)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
Proprietà dipendenti dell'associazione espressa dalla proprietà di navigazione.
Implementa
IEdmNavigationProperty.DependentProperties