共用方式為


SavingChangesEventArgs(Boolean) 建構函式

定義

建立 DbContext.SavingChanges 事件的事件引數。

public SavingChangesEventArgs (bool acceptAllChangesOnSuccess);
new Microsoft.EntityFrameworkCore.SavingChangesEventArgs : bool -> Microsoft.EntityFrameworkCore.SavingChangesEventArgs
Public Sub New (acceptAllChangesOnSuccess As Boolean)

參數

acceptAllChangesOnSuccess
Boolean

傳遞至 SaveChanges 的值。

適用於