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 dall'oggetto EdmRelationshipAttribute.

Commenti

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

Si applica a

Vedi anche