EdmRelationshipAttribute.Role2Multiplicity Property

Definition

Multiplicity at the other end of the relationship.

public:
 property System::Data::Metadata::Edm::RelationshipMultiplicity Role2Multiplicity { System::Data::Metadata::Edm::RelationshipMultiplicity get(); };
public System.Data.Metadata.Edm.RelationshipMultiplicity Role2Multiplicity { get; }
member this.Role2Multiplicity : System.Data.Metadata.Edm.RelationshipMultiplicity
Public ReadOnly Property Role2Multiplicity As RelationshipMultiplicity

Property Value

A RelationshipMultiplicity value that indicates the multiplicity.

Remarks

Properties that define the related ends of an association can be defined in any order.

The multiplicity is specified by the Multiplicity attribute of the End element in the association that defines this relationship in the conceptual model. For more information, see CSDL, SSDL, and MSL Specifications.

Applies to