Same Table Name But With Different Schema Are Not Showing In LinqPad
Same Table Name But With Different Schema Are Not Showing In LinqPad
I have recently installed linqpad and made connection to database in local server but the problem is that in linqpad the same table name but with different schema are not showing.
Eg i have dbo.DoctorInfo
and ime.DoctorInfo
its only showing dbo.DoctorInfo
table in linqpad database even though both table exists in local server database
dbo.DoctorInfo
ime.DoctorInfo
dbo.DoctorInfo
0
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Did you figure this out? I'm running into a similar issue.
– Rafe
Sep 12 '18 at 14:44