메소드 | 설명 | |
---|---|---|
SaveChangesWithTriggers ( this dbContext, Int32>.Func |
||
SaveChangesWithTriggers ( this dbContext, Func |
||
SaveChangesWithTriggersAsync ( this dbContext, Func |
||
SaveChangesWithTriggersAsync ( this dbContext, Func |
public static SaveChangesWithTriggers ( this dbContext, Int32>.Func |
||
dbContext | this | |
baseSaveChanges | Int32>.Func | |
acceptAllChangesOnSuccess | System.Boolean | |
리턴 |
public static SaveChangesWithTriggers ( this dbContext, Func |
||
dbContext | this | |
baseSaveChanges | Func |
|
리턴 |
public static SaveChangesWithTriggersAsync ( this dbContext, Func |
||
dbContext | this | |
baseSaveChangesAsync | Func |
|
acceptAllChangesOnSuccess | System.Boolean | |
cancellationToken | A |
|
리턴 | Task |
public static SaveChangesWithTriggersAsync ( this dbContext, Func |
||
dbContext | this | |
baseSaveChangesAsync | Func |
|
cancellationToken | ||
리턴 | Task |