azure - LinqPad 显示无效的对象名称 'dbo.sysforeignkeys'

标签 azure linqpad

使用 LinqPad 连接到 Azure SQL 数据库。 T-SQL 查询(Select * from dimGrade)返回所有 20 条记录,但 C# 表达式(from g in dimGrade select g 或 dimGrade.Take(20))会引发错误

Invalid object name 'dbo.sysforeignkeys'

如何为 Azure SQL 数据库配置 Linq to SQL?

LinqPad 4.51.03

最佳答案

我也遇到了同样的问题。 我意识到我没有正确建立连接。

我离开的是 SQL Server,而不是“SQL Azure”。
Linqpad 将连接,但会弹出提到的错误。

enter image description here

关于azure - LinqPad 显示无效的对象名称 'dbo.sysforeignkeys',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26516515/

相关文章:

angular - 在具有 Node 14 运行时的 Azure 应用服务上找不到 pm2

Linqpad 性能与 Sql Management Studio

c# - 如何比较两个属性组合的两个列表并选择第三个属性不匹配的行?

sql-server - LINQPad 6 连接到 SQL Server 2019 Docker 在预登录握手时出现错误

LinqPad 在每个表的末尾添加一个 S

c# - LinqPad动态sql及显示结果

azure - 从 Azure 中的图像调整器请求接收到 400 错误请求

c# - 云服务项目 (csproj) 无法使用不安全代码进行编译 - VSTS

asp.net - PhantomJS 作为 Azure 中的 Web 作业

azure - 连接到 Power BI API 时收到 'Forbidden (403)'