Condividi tramite


RuntimeProperty.IReadOnlyProperty.ValueGenerated Proprietà

Definizione

Ottiene un valore che indica quando verrà generato un valore per questa proprietà dal database. Anche quando la proprietà è impostata per essere generata dal database, EF potrebbe comunque tentare di salvare un valore specifico (anziché generarne uno dal database) quando viene aggiunta l'entità e viene assegnato un valore oppure la proprietà viene contrassegnata come modificata per un'entità esistente. Per altre informazioni ed esempi, vedere GetBeforeSaveBehavior() e GetAfterSaveBehavior() .

Microsoft.EntityFrameworkCore.Metadata.ValueGenerated Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.ValueGenerated { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.ValueGenerated : Microsoft.EntityFrameworkCore.Metadata.ValueGenerated
 ReadOnly Property ValueGenerated As ValueGenerated Implements IReadOnlyProperty.ValueGenerated

Valore della proprietà

Implementazioni

Attributi

Si applica a