Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

lambda expression in c#

Name: Anonymous 2010-06-14 15:26

how can this query turn in a lambda expression?

var query = from Lending in lend
            join book in Book on lend.BookId equals book.Id
            select new {lend.Id, book.Id};

var query = context.Lending.Join ();

 i don't know what to write in the parenthesis

Name: Anonymous 2010-06-14 15:43

Read SICP

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List