| Version | 1.15.1 |
|---|---|
| Publisher | stefanwenig Team |
| Release date | Jun 27, 2013 |
| Date added | Jun 28, 2013 |
| Os requirements | Windows 2003, Windows Vista, Windows, Windows 7, Windows XP |
| Requirements | Microsoft .NET framework 4.5 |
| Total downloads | 60 |
| Price | Free |
Description
re-linq gives you an abstract syntax tree that resembles the original LINQ query expression (the one using the from, where keywords). In the process, re-linq gets rid of everything that IQueryable puts between you and your desired target query language: the structure is simplified, transparent identifiers are removed, sub-queries are identified and can be handled, expressions are evaluated up-front wherever possible, and special method calls inserted by Visual Basic are "normalized" so that they are handled implicitly, except if you choose to handle them differently. re-linq handles even the most complex LINQ query expression, including joins, groups and nested queries.