79525346

Date: 2025-03-21 11:51:50
Score: 0.5
Natty:
Report link

We found the issue. We needed to modify the context constructor

public Model()
     : base("name=OracleDbContext")
{
    Database.SetInitializer<Model>(null);
}

I don't know EF6 enough to give an explanation, but now we can query the view.

I'm accepting this as answer, maybe it will help someone else in the future.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: john