IUpdateAdapter.CreateEntry(IDictionary<String,Object>, IEntityType) Yöntem

Tanım

Verilen varlık türü için verilen özellik değerleriyle yeni bir giriş oluşturur.

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

Parametreler

values
IDictionary<String,Object>

Özellik adlarının değerlerle bir sözlüğü.

entityType
IEntityType

Varlık türü.

Döndürülenler

IUpdateEntry

Oluşturulan giriş.

Şunlara uygulanır