Share via


ReferentialConstraint.ToProperties Property

Definition

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

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

Property Value

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

Applies to