2
votes
5answers
249 views
How do I query only a single item from a database using LINQ?
I would like to get a LINQ-to-SQL query that returns only one item, not a collection of them?
For example, I have a list of products with a particular name. There are no products with dupl …
0
votes
3answers
134 views
How do I get the highest currently used ID number in a table with LINQ?
I have a table with a list of names. This table has an ID column that is an autoincremented number. I would like to display on my website something like,
"6,523,213 names created so far." …
