PropertyBaseExtensions.IsShadowProperty(IPropertyBase) Méthode

Définition

Attention

Use IReadOnlyPropertyBase.IsShadowProperty

Obtient une valeur indiquant s’il s’agit d’une propriété d’ombre. Une propriété d’ombre est une propriété qui n’a pas de propriété correspondante dans la classe d’entité. La valeur actuelle de la propriété est stockée dans plutôt que dans les ChangeTracker instances de la classe d’entité.

public static bool IsShadowProperty (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
[System.Obsolete("Use IReadOnlyPropertyBase.IsShadowProperty")]
public static bool IsShadowProperty (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase property);
static member IsShadowProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> bool
[<System.Obsolete("Use IReadOnlyPropertyBase.IsShadowProperty")>]
static member IsShadowProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> bool
<Extension()>
Public Function IsShadowProperty (property As IPropertyBase) As Boolean

Paramètres

property
IPropertyBase

Propriété à vérifier.

Retours

true si la propriété est une propriété d’ombre, sinon false.

Attributs

S’applique à