Dapper Extension similar to Dapper.SimpleCRUD that supports Bulk operations, AutoSync, MatchUpdate, MatchDelete, Distinct, Top/Limit, Upsert, and Insert If Not Exists.
Stars
18
Forks
1
Watchers
18
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
137
commits
Added FullyQualifiedTableName. Added Schema support.
d93f369View on GitHubFixed license in nuget. Added better int key support for bulk operations. Started improvements to WhereConditionGenerator, but commented it all.
f4fe6ffView on GitHubUpdated readme. Renamed QueryData to WhereConditionData because it's too generic of a name. Fixed some documentation.
932f61cView on GitHubAdded DapperExtraWhereExtensions. Fixed a couple small bugs and typos. Added more tests.
5c8be74View on GitHubAllowed [Required] to work on keys assigned by convention (ID/TypeID).
7991d83View on GitHub[Required] no longer means primary key. It is only used to prevent an autoincrement key when a ComponentModel.Key is used on an int property.
296f577View on GitHub