ReferentialConstraint.ToProperties Property

 

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

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public ReadOnlyMetadataCollection<EdmProperty> ToProperties { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<EdmProperty>

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