Base solution for your next web application
Open Closed

Just want to know can we use a table view for EF code first? #1298


User avatar
0
winson created

Not only for ABP framework, but I just want to know is possable to make a entity for a table view in code first? or are there any ways can do that in ABP ?

thanks!!


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    I haven't tried but you first look it on the web to learn how it's done with EF. Then probably you can do it also within ABP. To define an Entity, it should have an Id in ABP, that's the only restriction. But I did not try to map views to entities in EF before.