Condividi tramite


IEntityType.GetValueGeneratingProperties Metodo

Definizione

Restituisce le proprietà che devono essere generate da un valore quando la voce di entità passa allo Added stato.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> GetValueGeneratingProperties ();
abstract member GetValueGeneratingProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public Function GetValueGeneratingProperties () As IEnumerable(Of IProperty)

Restituisce

Le proprietà che richiedono la generazione di un valore in aggiunta.

Si applica a