Aracılığıyla paylaş


IUpdateAdapter.CreateEntry 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>

Değerlere özellik adlarını içeren bir sözlük.

entityType
IEntityType

Varlık türü.

Döndürülenler

Oluşturulan giriş.

Şunlara uygulanır