Bagikan melalui


SavedChangesEventArgs(Boolean, Int32) Konstruktor

Definisi

Membuat instans baru SavedChangesEventArgs dengan jumlah entitas tertentu yang disimpan.

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

Parameter

acceptAllChangesOnSuccess
Boolean

Nilai yang diteruskan ke SaveChanges.

entitiesSavedCount
Int32

Jumlah entitas yang disimpan.

Berlaku untuk