DynamicData - 动态 Linq 类

发布于 2024-12-27 03:45:22 字数 173 浏览 1 评论 0原文

任何人都知道是否可以;

  1. 为定期更改的表/列动态创建 LINQ 类?
  2. 如果该创建可以在 DynamicData 中使用。

我们正在开发的一个 Web 应用程序在 SQL 中创建表和列。我们想要在 DynamicData 中编辑这些表。

想法?

Anybody know if it's possible to;

  1. Dynamically create LINQ classes for tables/columns that change regularly?
  2. If that creation can be used in DynamicData.

A web app we are developing creates tables and columns in SQL. We want to edit these tables in DynamicData.

Thoughts?

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

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

发布评论

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

评论(2

栖迟 2025-01-03 03:45:22

根据您运行的数据库类型,您始终可以使用 linq 语句来查询系统架构表并让它返回表和列。然后可以使用您返回的内容,然后使用另一个 linq 查询来分解每个表中的信息。

Depending on what type of Database you are running, but you could always have a linq statement that queries the systems schema table and have it return the tables and columns. Then could use what you return and then use another linq query to break out the information from each table.

此岸叶落 2025-01-03 03:45:22

我使用了 SDK 中的 sqlmetal.exe,它是一个胜利者。

I used sqlmetal.exe from the SDK, it's a winner.

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