简体   繁体   中英

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).

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

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

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM