次の方法で共有


IUpdateAdapter.GetEntriesToSave メソッド

定義

データベース内の挿入/更新/削除を必要とするすべてのエントリを取得します。

public System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetEntriesToSave ();
abstract member GetEntriesToSave : unit -> System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetEntriesToSave () As IList(Of IUpdateEntry)

戻り値

保存する必要があるエントリ。

適用対象