0
roy created
Hi,
If I use DB First to build my DBContext, and there are some tables with composite primary key , is there any possible to still use Abp.Domain.Entities without modifying my DB schema?
1 Answer(s)
-
0
Check <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/299">https://github.com/aspnetboilerplate/as ... issues/299</a> for multiple keys. It may help you. I don't use composite keys normally, but I think it should work.