Missing Objects from Context Window
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