标签: c# asp.net-mvc linq linqpad
我最近安装了linqpad并建立了与本地服务器中数据库的连接,但是问题是在linqpad中没有显示相同的表名但具有不同的架构。
例如,我有dbo.DoctorInfo和ime.DoctorInfo在linqpad数据库中仅显示dbo.DoctorInfo表,即使这两个表都存在于本地服务器数据库中
dbo.DoctorInfo
ime.DoctorInfo