Måns Tånneryd
Måns Tånneryd
When the select items have different property names from the entity in question it fails. The key property mapping created incorrectly uses table columns instead of entity properties.
Hi! We use SQLite in our unit tests and SQL Server when actually running our application. With some tweeking Reverse POCO works fine with SQLite but there is one little...
Hi! I have a table, CompanyCredit, with a primary key that is also a foreign key to the primary key of another table, Company. So, I have a one-to-one mapping...