EdmRelationshipAttribute.RelationshipName 属性

定义

关系的名称。

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

属性值

一个 String,表示此 EdmRelationshipAttribute 定义的关系的名称。

注解

关系的名称由 Name 在概念模型中定义此关系的元素的 Association 属性指定。 有关详细信息,请参阅 CSDL、SSDL 和 MSL 规范

适用于

另请参阅