IUpdateAdapter.CreateEntry Método

Definición

Crea una nueva entrada con los valores de propiedad especificados para el tipo de entidad especificado.

public Microsoft.EntityFrameworkCore.Update.IUpdateEntry CreateEntry (System.Collections.Generic.IDictionary<string,object> values, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
public Microsoft.EntityFrameworkCore.Update.IUpdateEntry CreateEntry (System.Collections.Generic.IDictionary<string,object?> values, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member CreateEntry : System.Collections.Generic.IDictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Update.IUpdateEntry
Public Function CreateEntry (values As IDictionary(Of String, Object), entityType As IEntityType) As IUpdateEntry

Parámetros

values
IDictionary<String,Object>

Diccionario de nombres de propiedad en valores.

entityType
IEntityType

El tipo de entidad.

Devoluciones

Entrada creada.

Se aplica a