I have a case of Linq, where upon joining two tables, I’m getting 10 rows of data. But I really care about the first one, is there a way to limit it to return only 1 row?
Is there a general join operation like this? For example, is there something like FIRST OUTER JOIN, or something …?
Or if you want to guard against an empty sequence;