You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bart Read edited this page Oct 30, 2015
·
7 revisions
We wanted to make using Dapper.SimpleSave similar to using Dapper so, just like loading data with Dapper's API, you save objects by calling extension methods on IDbConnection.
Call extension methods on IDbConnection to save objects. We provide Create<T>, CreateAll<T>, Update<T>, UpdateAll<T>, Delete<T>, DeleteAll<T>, SoftDelete<T> and SoftDeleteAll<T>. Check out the extension method reference for more information.