EdmRelationshipAttribute.RelationshipName 属性
定义
关系的名称。Name of the relationship.
public:
property System::String ^ RelationshipName { System::String ^ get(); };
public string RelationshipName { get; }
member this.RelationshipName : string
Public ReadOnly Property RelationshipName As String
属性值
一个 String,表示此 EdmRelationshipAttribute 定义的关系的名称。A String that is the name of a relationship that is defined by this EdmRelationshipAttribute.
注解
关系的名称由在 Name Association 概念模型中定义此关系的元素的属性指定。The name of the relationship is specified by the Name attribute of the Association element that defines this relationship in the conceptual model. 有关详细信息,请参阅 CSDL、SSDL 和 MSL 规范。For more information, see CSDL, SSDL, and MSL Specifications.