EdmRelationshipAttribute.RelationshipName プロパティ

定義

リレーションシップの名前です。

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

プロパティ値

このEdmRelationshipAttributeによって定義されるリレーションシップの名前であるString

注釈

リレーションシップの名前は、概念モデルでこのリレーションシップを定義するAssociation要素のName属性によって指定されます。 詳細については、「 CSDL、SSDL、および MSL の仕様」を参照してください。

適用対象

こちらもご覧ください