DatabaseExtensionsSubmitChangesAsync Method

Overload List

SubmitChangesAsyncTEntity(DbContext, CancellationToken) Submit all tracked add, update, and delete changes asynchronously for the given entity type using the stored procedures defined on the entity type with the InsertEntityStoredProcedureAttribute, UpdateEntityStoredProcedureAttribute, and DeleteEntityStoredProcedureAttribute.
SubmitChangesAsyncTEntity(DbContext, FuncEntityEntryTEntity, TaskBoolean, FuncEntityEntryTEntity, TaskBoolean, FuncEntityEntryTEntity, TaskBoolean, CancellationToken) Submit all tracked add, update, and delete changes asynchronously for the given entity type using supplied functions that allow for custom handling of the operations.

See Also