다음을 통해 공유


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입니다.

적용 대상