共用方式為


ObjectStateEntry.IsRelationship 屬性

定義

取得值,指出 ObjectStateEntry 是否表示關聯性。

public:
 property bool IsRelationship { bool get(); };
public:
 abstract property bool IsRelationship { bool get(); };
public bool IsRelationship { get; }
public abstract bool IsRelationship { get; }
member this.IsRelationship : bool
Public ReadOnly Property IsRelationship As Boolean
Public MustOverride ReadOnly Property IsRelationship As Boolean

屬性值

如果 ObjectStateEntry 代表關聯性,則為 true,否則為 false

適用於