Non Techie User Ad hoc LINQ query builder
I am looking for a third party component which allows a non technical user to create simple adhoc LINQ queries by dragging and 开发者_如何转开发dropping the available fields and run it against a data model that I will be populating using Entity Framework. I've used http://devtools.korzh.com/eq/dotnet/ component previously to generate adhoc SQL queries but I want something similar for LINQ.
I am looking for only simple query generator, the most complex queries will include group by on couple of columns with summation on say revenue field(Or any measure field).
Do any of you guys know of any visually appealing tool already available in the market? If not then may be suggest an approach on how I can build it myself!
Many Thanks
Mithun
Best I have seen is LinqPad, its not the best "visual" query builder out there but it is pretty easy to test out LINQ queries.
(source: linqpad.net)
Actually EasyQuery will support LINQ queries in upcoming version 3.4.0. You can contact the support team to get access to this functionality on BETA stage.
精彩评论