SavedChangesEventArgs(Boolean, Int32) 构造函数

定义

使用保存的给定数量的实体创建一个新 SavedChangesEventArgs 实例。

public SavedChangesEventArgs (bool acceptAllChangesOnSuccess, int entitiesSavedCount);
new Microsoft.EntityFrameworkCore.SavedChangesEventArgs : bool * int -> Microsoft.EntityFrameworkCore.SavedChangesEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean, entitiesSavedCount As Integer)

参数

acceptAllChangesOnSuccess
Boolean

传递给 SaveChanges 的值。

entitiesSavedCount
Int32

保存的实体数。

适用于