ReferentialConstraint.FromProperties Property

Definition

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

public:
 property System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::EdmProperty ^> ^ FromProperties { System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::EdmProperty ^> ^ get(); };
public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> FromProperties { get; }
member this.FromProperties : System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.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