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)

返回

需要保存的条目。

适用于