Condividi tramite


RuntimeEntityType.IEntityType.GetValueGeneratingProperties Metodo

Definizione

Restituisce le proprietà che richiedono la generazione di un valore quando la voce di entità passa allo Added stato.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.GetValueGeneratingProperties ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function GetValueGeneratingProperties () As IEnumerable(Of IProperty) Implements IEntityType.GetValueGeneratingProperties

Restituisce

Proprietà che richiedono la generazione di un valore al componente aggiuntivo.

Implementazioni

Attributi

Si applica a