简体   繁体   English

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

[英]Where can I find a data designer for .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). 这些组件将允许用户选择数据源,数据表/视图并以图形方式编辑查询(就像在Visual Studio / SQL managemenet studio中一样)。

Is there such a component in the .net framework? .net框架中是否有这样的组件? Otherwise, is there a third party? 否则,是否有第三方?

Assuming it's for reporting and not Little Bobby Tables, you could try a product like EasyQuery: 假设它是用于报告而不是Little Bobby Tables的,则可以尝试使用EasyQuery之类的产品:

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在哪里可以找到.NET中的“夹子”function? - Where can I find the "clamp" function in .NET? 在哪里可以找到.NET ComboBox中的jComboBox功能? - Where can I find features in a jComboBox that are found in the .NET ComboBox? 在哪里可以找到一个免费的,易于实现的.NET拼写检查组件? - Where can I find a free, easy to implement spellcheck component for .NET? 我在哪里可以找到C#/。NET NFS实现? - Where can I find a C#/.NET NFS implementation? 在哪里/如何查找.net类是否使用IOCP? - where/how can I find whether a .net class uses IOCP? 在哪里可以找到有关OpenSSL.Net的文档 - Where can I find documentation on OpenSSL.Net 在哪里可以找到.Net framework 4 或 silverlight 类的层次结构图? - Where I can find a hierarchy chart for .Net framework 4 or silverlight classes? 我在哪里可以找到有关在 .NET 中处置 COM 资源的更多详细信息? - Where can I find more detail on disposal of COM resources in .NET? 在哪里可以找到显示NET中偶尔连接的应用程序的示例? - Where can i find a sample showing an Occasionally Connected Application in NET? 我在哪里可以找到.Net 3.5中的nameSpace System.Net.Mail(或类似的)? - Where can I find the nameSpace System.Net.Mail (or similar) in .Net 3.5?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM