EdmRelationshipAttribute.RelationshipName Vlastnost

Definice

Název relace.

public:
 property System::String ^ RelationshipName { System::String ^ get(); };
public string RelationshipName { get; }
member this.RelationshipName : string
Public ReadOnly Property RelationshipName As String

Hodnota vlastnosti

A String , což je název relace, která je definována tímto EdmRelationshipAttributeobjektem .

Poznámky

Název relace je určen atributem Name elementu Association , který definuje tento vztah v konceptuálním modelu. Další informace najdete v tématu Specifikace CSDL, SSDL a MSL.

Platí pro

Viz také