Missing Objects from Context Window
Options
Hi, some objects - particularly objects with non-dba schemas are not listed in the LinqPad connections window. Nor do they appear in Intellisense. But, if I type the name in and run it, it works correctly:
MyObject.Dump();
How can I get all object to appear in the Connections Window?
MyObject.Dump();
How can I get all object to appear in the Connections Window?
Comments
-
Is this a standard SQL connection, or are you using an Entity Framework connection?
-
It is an Entity Framework Connection. This may be a misunderstanding that .Core only supports TPH. Let me review and provide an update.