DependentProperties Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the dependent properties of this referential constraint. (The principal properties of the constraint are the key of the principal end.)

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 IEdmReferentialConstraint
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< (Of < ( <'IEdmStructuralProperty> ) > ) >
The dependent properties of this referential constraint.

See Also

Reference

IEdmReferentialConstraint Interface

Microsoft.Data.Edm Namespace