show properties of EntityFramework derived class in LinqPad treeview ?

I think that the LINQPad treeview does not show an indication of properties that are contained in an EntityFramework derived class. I wonder if there would be any benefit if they were shown.

Comments

  • I made an EF 6.1.1 model with two entities; one named Base and another that uses this Base entity for its base type. I only see an entity named Bases in the LINQPad treeview.