Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k
stars
585
forks
source link
SQLiteException logic error near ".": syntax error #244
Question, see here: https://github.com/tmsmith/Dapper-Extensions/issues/140#issuecomment-841371609 Demo, see here: https://github.com/kelicto/HelloDapper