EdmRelationshipAttribute.RelationshipName Vlastnost

Definice

Název vztahu.

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

Hodnota vlastnosti

To String je název relace, která je definována tímto EdmRelationshipAttribute.

Poznámky

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

Platí pro

Viz také