EdmRelationshipNavigationPropertyAttribute.RelationshipName 属性

定义

获取未限定的关系名称。

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

属性值

关系名称。

注解

关系名称不限定命名空间。

关系的名称是由 Name 在概念模型中定义此关系的元素的属性 Association 指定的。 有关详细信息,请参阅 Association 元素(CSDL)。

适用于