Entity Framework (DbContext) Missing Tables
I've added a connection via an Entity Framework DbContext-derived source. LinqPad will only show two tables (the first two) out of the five that are specified as DbSet<>s in the DbContext.
The other tables work fine in my actual project referencing the same DbContext-derived source and the tables work fine in raw SQL as well.
Any ideas?
The other tables work fine in my actual project referencing the same DbContext-derived source and the tables work fine in raw SQL as well.
Any ideas?
Comments