Share via


EdmRelationshipNavigationPropertyAttribute.RelationshipName プロパティ

定義

修飾されていないリレーションシップ名を取得します。

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

プロパティ値

リレーションシップ名。

注釈

リレーションシップ名は、名前空間で修飾された名前ではありません。

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

適用対象