EdmRelationshipAttribute.RelationshipName Proprietà

Definizione

Nome della relazione.

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

Valore della proprietà

Oggetto String che rappresenta il nome di una relazione definita da questo EdmRelationshipAttributeoggetto .

Commenti

Il nome della relazione viene specificato dall'attributo Name dell'elemento Association che definisce questa relazione nel modello concettuale. Per altre informazioni, vedere Specifiche CSDL, SSDL e MSL.

Si applica a

Vedi anche