共用方式為


RelatedEnd.RelationshipName 屬性

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

取得此相關端所參與之關聯性的名稱。

命名空間:  System.Data.Entity.Core.Objects.DataClasses
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<XmlIgnoreAttribute> _
<SoapIgnoreAttribute> _
Public ReadOnly Property RelationshipName As String 
    Get
'用途
Dim instance As RelatedEnd 
Dim value As String 

value = instance.RelationshipName
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public string RelationshipName { get; }
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public:
virtual property String^ RelationshipName {
    String^ get () sealed;
}
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
abstract RelationshipName : string
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
override RelationshipName : string
final function get RelationshipName () : String

屬性值

類型:System.String
RelatedEnd 所參與之關聯性的名稱。此關聯性名稱不符合命名空間。

Implements

IRelatedEnd.RelationshipName

請參閱

參考

RelatedEnd 類別

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