R
Rich P
I have been practicing with the Linq queries at
http://msdn.microsoft.com/en-us/vcsharp/aa336760.aspx
and I have noticed that some queries use Lambdas (=>) and some don't. I
am trying to figure out the logic of when to use/apply Lambdas in a Linq
Query. It looks like a Lambda is used like a Where/When clause. Is
this the case? What is the logic of a Lambda?
Thanks,
Rich
http://msdn.microsoft.com/en-us/vcsharp/aa336760.aspx
and I have noticed that some queries use Lambdas (=>) and some don't. I
am trying to figure out the logic of when to use/apply Lambdas in a Linq
Query. It looks like a Lambda is used like a Where/When clause. Is
this the case? What is the logic of a Lambda?
Thanks,
Rich