Share via


ObjectStateEntry.IsRelationship Propiedad

Definición

Obtiene un valor que indica si el ObjectStateEntry representa una relación.

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

Valor de propiedad

true si ObjectStateEntry representa una relación; de lo contrario, false.

Se aplica a