|
-
Nov 18th, 2012, 10:03 PM
#4
Re: VS2012 Linq to SQL retrieving highest ID number
Max is a method that you call on the sequence you want to get the maximum value from and you pass it a lambda expression as an argument. If you've seen it done in C#, which presumably you have if you mention it in relation to C#, then it's called in exactly the same way. As I said, the only different is the syntax of the lambda argument.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|