Share via


EdmRelationshipNavigationPropertyAttribute.RelationshipNamespaceName 属性

定义

导航属性的命名空间名称。

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

属性值

表示命名空间名称的 String

注解

关系的命名空间由 Namespace 元素的 Schema 属性指定,该元素包含在概念模型中定义此关系的关联。 有关详细信息,请参阅关联元素 (CSDL)

适用于