Share via


ReferentialConstraint.FromProperties Property

Definition

Gets the list of properties for the "from role" on which this ReferentialConstraint is defined.

public System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty> FromProperties { get; }
member this.FromProperties : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty>
Public ReadOnly Property FromProperties As ReadOnlyMetadataCollection(Of EdmProperty)

Property Value

A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties for "from role" on which this ReferentialConstraint is defined.

Applies to