DatabaseExtensionsSubmitChanges Method

Overload List

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

See Also