SyntaxFix
Write A Post
Hire A Developer
Questions
Daniel Hilgarth's answer above leads to a System.NotSupported exception With Entity-Framework. With Entity-Framework, it has to be:
System.NotSupported
table1.GroupBy(x => x.Text).Select(x => x.FirstOrDefault());