Sdílet prostřednictvím


IUpdateAdapter.CreateEntry Metoda

Definice

Vytvoří novou položku s hodnotami dané vlastnosti pro daný typ entity.

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

Parametry

values
IDictionary<String,Object>

Slovník názvů vlastností k hodnotám.

entityType
IEntityType

Typ entity.

Návraty

Vytvořená položka

Platí pro