EdmRelationshipNavigationPropertyAttribute 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

标识为 RelationshipSet 定义的端的特性。隐含的默认 AttributeUsage 属性 Inherited=True、AllowMultiple=False。元数据系统要求此行为,并且将仅查看其中每个特性的第一个,即使存在多个。

继承层次结构

System.Object
  System.Attribute
    System.Data.Entity.Core.Objects.DataClasses.EdmPropertyAttribute
      System.Data.Entity.Core.Objects.DataClasses.EdmRelationshipNavigationPropertyAttribute

命名空间:  System.Data.Entity.Core.Objects.DataClasses
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class EdmRelationshipNavigationPropertyAttribute _
    Inherits EdmPropertyAttribute
用法
Dim instance As EdmRelationshipNavigationPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class EdmRelationshipNavigationPropertyAttribute : EdmPropertyAttribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class EdmRelationshipNavigationPropertyAttribute sealed : public EdmPropertyAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type EdmRelationshipNavigationPropertyAttribute =  
    class 
        inherit EdmPropertyAttribute 
    end
public final class EdmRelationshipNavigationPropertyAttribute extends EdmPropertyAttribute

EdmRelationshipNavigationPropertyAttribute 类型公开以下成员。

构造函数

  名称 描述
公共方法 EdmRelationshipNavigationPropertyAttribute 初始化 EdmRelationshipNavigationPropertyAttribute 类的新实例。

顶部

属性

  名称 描述
公共属性 RelationshipName 获取非限定的关系名称。
公共属性 RelationshipNamespaceName 导航属性的命名空间名称。
公共属性 TargetRoleName 获取关系另一端的角色名称。
公共属性 TypeId (继承自 Attribute。)

顶部

方法

  名称 描述
公共方法 Equals (继承自 Attribute。)
公共方法 GetHashCode (继承自 Attribute。)
公共方法 GetType (继承自 Object。)
公共方法 IsDefaultAttribute (继承自 Attribute。)
公共方法 Match (继承自 Attribute。)
公共方法 ToString (继承自 Object。)

顶部

显式接口实现  

  名称 描述
显式接口实现私有方法 _Attribute.GetIDsOfNames (继承自 Attribute。)
显式接口实现私有方法 _Attribute.GetTypeInfo (继承自 Attribute。)
显式接口实现私有方法 _Attribute.GetTypeInfoCount (继承自 Attribute。)
显式接口实现私有方法 _Attribute.Invoke (继承自 Attribute。)

顶部

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Core.Objects.DataClasses 命名空间