Base solution for your next web application
Open Closed

Something about Entity #787


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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.