在哪里可以找到 .NEt 的数据设计师

发布于 2024-10-08 00:10:07 字数 127 浏览 0 评论 0原文

我正在寻找一组要嵌入到我的应用程序中的组件。这些组件将允许用户选择数据源、数据表/视图并以图形方式编辑查询(就像在 Visual Studio/SQL 管理工作室中一样)。

.net框架中有这样的组件吗?不然还有第三者吗?

I am looking for a set of components to embed inside my application. The components would allow the user to select a data source, data table/view and edit a query graphically (just like in Visual Studio/ SQL managemenet studio).

Is there such a component in the .net framework? Otherwise, is there a third party?

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

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

发布评论

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

评论(2

﹏雨一样淡蓝的深情 2024-10-15 00:10:07

假设它是用于报告而不是 Little Bobby Tables,您可以尝试像 EasyQuery 这样的产品:

http:// devtools.korzh.com/query-builder-component/

Assuming it's for reporting and not Little Bobby Tables, you could try a product like EasyQuery:

http://devtools.korzh.com/query-builder-component/

路还长,别太狂 2024-10-15 00:10:07

只需将表加载到代码中的列表中,并将它们绑定到数据网格,然后挂钩它们的编辑事件,您就可以将所有内容包装为 SQL 命令...您基本上为用户提供了所有控制权,但限制他删除表和执行非操作- 友好的用户界面上的标准命令:)

Just load your tables into lists in your code, and bind them to datagrids, then hook their edit events to you can wrap everything up as SQL commands... You basically give user all the control, but restrict him from deleting tables and doing non-standard commands on a friendly UI :)

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