共用方式為


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

屬性值

true若代表ObjectStateEntry關係;否則,。 false

適用於