ObjectStateEntry.IsRelationship Propriété

Définition

Obtient une valeur qui indique si l'ObjectStateEntry représente une relation.

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

Valeur de propriété

true si ObjectStateEntry représente une relation ; sinon false.

S’applique à