更新 LinqToSql 类后,LinqDataSource 向导表列表未刷新

发布于 2024-08-07 14:00:05 字数 307 浏览 6 评论 0原文

我已经像这样更改了 dbml 文件。

  • 我已经删除了所有表和存储过程。
  • 我从新数据库添加了新表和存储过程。

在隐藏代码中,我可以访问新表和存储过程。但是,当我尝试配置 LinqDataSource 时,在 LinqDataSource 中使用相同的 dbContext。我可以在向导下拉列表中看到所有旧表。

如何刷新向导下拉列表以便我可以选择新添加的表?

删除旧的 LinqDataSource 并添加新的不起作用。

I have changed my dbml file like this.

  • I have deleted all the tables and stored procs.
  • I added new tables and stored procs from a new database.

In the code-behind, I can access the new tables and stored procs. However, in the LinqDataSource using the same dbContext when I'm trying to configure the LinqDataSource. I can see all the old tables in the wizard drop-down.

How to refresh the the wizard drop-down so that I can select the newly added tables?

Deleting the old LinqDataSourceand adding a new one is not working.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丑丑阿 2024-08-14 14:00:05

创建新的 dbml 后,重建解决方案。然后表格应该显示在向导中。

After creating your new dbml, rebuild the solution. The tables should be shown in the wizard then.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文