PropertyExtensions.GetAfterSaveBehavior(IProperty) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Use IReadOnlyProperty.GetAfterSaveBehavior
Ottiene un valore che indica se questa proprietà può essere modificata o meno dopo il salvataggio dell'entità nel database.
Se Throw, verrà generata un'eccezione se a questa proprietà viene assegnato un nuovo valore dopo che l'entità esiste nel database.
Se Ignore, tutte le modifiche apportate al valore della proprietà di un'entità già esistente nel database verranno ignorate.
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
Parametri
- property
- IProperty
Proprietà.
Restituisce
- Attributi