[Mono-dev] Linq sample?
Jonathan Pryor
jonpryor at vt.edu
Wed Sep 26 08:15:40 EDT 2007
On Tue, 2007-09-25 at 18:52 +0200, pablosantosluac wrote:
> One question too, I'm totally new to linq so, is there a way to build the
> queries dynamically? I mean, maybe something like building them from a
> string that you can build at runtime or so??
LINQ doesn't natively support this, but several people have explored
building this atop the LINQ infrastructure without resorting to string
parsing:
http://tomasp.net/blog/dynamic-linq-queries.aspx
http://www.albahari.com/expressions/
- Jon
More information about the Mono-devel-list
mailing list