tmsmith / Dapper-Extensions

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 586 forks source link

insert error #284

Closed eyupyuksel closed 2 years ago

eyupyuksel commented 2 years ago

Hello, I am getting an error after insert. Object of type 'System.Int64' cannot be converted to type 'System.Int32'.

ALMMa commented 2 years ago

Duplicate of: https://github.com/tmsmith/Dapper-Extensions/issues/278