-
Re: Drill down - via link in query output
You'll love this for inline computed details. You can even make it do db lookup and put result inline... Enumerable.Range(1, 5).Select(x => new { number = x, dc = new DumpContainer()}) .Select(x =… (View Post)