共用方式為


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)

傳回

需要儲存的專案。

適用於