Compartir a través de


ObjectStateEntry.IsRelationship Propiedad

Definición

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

public abstract bool IsRelationship { get; }
member this.IsRelationship : bool
Public MustOverride ReadOnly Property IsRelationship As Boolean

Valor de propiedad

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

Implementaciones

System.Data.Entity.Core.IEntityStateEntry.IsRelationship

Se aplica a