LINQ in Action roller

LAMBDA vs LINQ expression

Hi. I have the following LINQ(working) var allDestinations = from d in db.Destinations select d; What is the LAMBDA for this if I wanted to use the shorthand? I tried: Destination allDestinations = db.Destinations.All() but this was not it? ps. at the top I created my DatabaseContext as db Thank you Sarel Read More...
Published Monday, October 06, 2008 12:23 AM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication