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 Dec 11, 2015
·
1 revision
We wanted to make using Dapper.SimpleLoad similar to using Dapper so, just like Dapper's API, you load objects by calling extension methods on IDbConnection.
Call extension methods on IDbConnection to load objects. We provide various AutoQuery<T ...>, and CustomQuery<T ...> methods. Check out the extension method reference for more information.