PropertyExtensions.GetAfterSaveBehavior(IProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use IReadOnlyProperty.GetAfterSaveBehavior
Obtient une valeur indiquant si cette propriété peut être modifiée après l’enregistrement de l’entité dans la base de données.
Si Throw, une exception est levée si une nouvelle valeur est affectée à cette propriété une fois que l’entité existe dans la base de données.
Si Ignore, toute modification de la valeur de propriété d’une entité qui existe déjà dans la base de données sera ignorée.
public static Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior GetAfterSaveBehavior (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.GetAfterSaveBehavior")]
public static Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior GetAfterSaveBehavior (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetAfterSaveBehavior : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior
[<System.Obsolete("Use IReadOnlyProperty.GetAfterSaveBehavior")>]
static member GetAfterSaveBehavior : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior
<Extension()>
Public Function GetAfterSaveBehavior (property As IProperty) As PropertySaveBehavior
Paramètres
- property
- IProperty
Propriété.
Retours
- Attributs