Compartir a través de


IEntityType.GetValueGeneratingProperties Método

Definición

Devuelve las propiedades que necesitan que se genere un valor cuando la entrada de entidad pasa al Added estado .

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)

Devoluciones

Propiedades que necesitan que se genere un valor en el complemento.

Se aplica a