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 规范

适用于

另请参阅