ObjectStateEntry.IsRelationship Propriedade

Definição

Recebe um valor que indica se representa ObjectStateEntry uma relação.

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 Propriedade

true se o ObjectStateEntry representa uma relação; caso contrário, false.

Aplica-se a