Condividi tramite


IUpdateAdapter.CreateEntry Metodo

Definizione

Crea una nuova voce con i valori delle proprietà specificati per il tipo di entità specificato.

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

Parametri

values
IDictionary<String,Object>

Dizionario dei nomi delle proprietà ai valori.

entityType
IEntityType

Tipo di entità.

Restituisce

Voce creata.

Si applica a