次の方法で共有


IUpdateAdapter.CreateEntry メソッド

定義

指定されたエンティティ型の指定されたプロパティ値を持つ新しいエントリを作成します。

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

パラメーター

values
IDictionary<String,Object>

値に対するプロパティ名のディクショナリ。

entityType
IEntityType

エンティティの型。

戻り値

作成されたエントリ。

適用対象