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
Simple Get, GetList, GetListPaged, Insert, Update, Delete, DeleteList, and RecordCount extensions for Dapper. Uses smart defaults for attribute free classes but can be overridden as needed.
14
15
By default uses Id column as the primary key but this can be overridden with an attribute
@@ -49,14 +50,14 @@
49
50
* version 2.0.1 Re-add SQLite, allow string primary keys
50
51
* version 2.1.0 Speed improvements (thanks jonathanlarouche)
51
52
* version 2.2.0 Dapper 2.x support
53
+
* version 2.3.0 Update DB2 support (mvaz77), Interface support (jonathanlarouche)
52
54
</releaseNotes>
53
55
<copyright>Copyright Eric Coffman 2019</copyright>
0 commit comments