Share via


SavedChangesEventArgs(Boolean, Int32) 생성자

정의

지정된 수의 엔터티가 저장된 새 SavedChangesEventArgs instance 만듭니다.

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

저장된 엔터티 수입니다.

적용 대상