通过


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

适用于