Using pre-generated views with DevForce EDMX

时间:2019-04-16 22:49:04

标签: entity-framework entity-framework-6 devforce

I am using Entity Framework Tools 6 to pre-generate views for my EDMX model. Everything looks great and compiles, however I don't see actual difference. Breakpoints anywhere in views file doesn't get hit.

I also tried to change model and it should not work without re-generating views but it does. That makes me think those views is not getting used and I'm not sure why.

I cross-checked with article mentioned here: EF6 don't use pre-generated views but all looks good.

EDIT: Tried the same with another non-DevForce EDMX and it works as expected. So, it's a question on how to enable those pre-generated views for DevForce context

0 个答案:

没有答案