我可以使用查询设计器针对数据集编写 Linq 查询吗

发布于 2024-08-14 04:46:31 字数 108 浏览 0 评论 0原文

我有一个由 xsd.exe 工具创建的数据集,用于导入一些 xml 文件,并且需要对其中的数据进行非规范化以用于显示目的。有什么方法可以在查询生成器向导中访问表,而不是手动编写 linq 到数据集查询?

I've got a DataSet created by the xsd.exe tool to import some xml files, and need to denormalize the data within for display purposes. Instead of writing linq to dataset queries by hand is there any way I can access the tables within a query builder wizard?

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

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

发布评论

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

评论(1

じее 2024-08-21 04:46:31

我自己没有使用过它,但你可以看看 Microsoft 的 Visual LINQ Query Builder 。它是 VS 2008(不是 Express)的插件,仅支持 C# 和 VB.NET。

I haven't used it myself, but you could take a look at Microsoft's Visual LINQ Query Builder. It's a plugin for VS 2008 (not Express) and supports C# and VB.NET only.

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