动态表名 linq-to-sql 动态 LINQ

发布于 2024-09-18 12:03:43 字数 236 浏览 7 评论 0原文

我想根据用户选择的内容动态构建查询,并且我想在 LINQ-t0-SQL 中执行此操作。我已经看到这个,但我不想使用SQL带有数据上下文的语句。

在谷歌上搜索了一下,我感觉这可以使用动态 LINQ 来完成。有人会提供一个使用动态 LINQ 的类似场景的示例吗?

I want to construct my query dynamically based on the contents user has selected, and I want to do this in LINQ-t0-SQL. I have seen this, but I don't want to use SQL statements with datacontext.

On Googling a bit I have a feeling that this can be done using dynamic LINQ. Would someone provide an example of similar scenario with dynamic LINQ?

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

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

发布评论

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

评论(1

疾风者 2024-09-25 12:03:43

Looks like this is the link you need.
Update. Some details: you can use the SearchType method from the post to obtain a type using the table name and then use Dynamic LINQ to write queries you like.

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