I'm a new to the linq technology and I'm wondering if it can solve my problem.
I need to build an application where a user can write high level sql like sentences or statements(e.g. table.field.field.aggregation), which then needs to be interpreted and then executed. I've done searches on the web and found many Linq technology options, however I've not seen anyone with a similar problem or I don't understand the proper use of the different Linq technology. My approach might be incorrect and I need to rethink my design. I hope I gave enough information.