SyntaxFix
Write A Post
Hire A Developer
Questions
The way that @alliswell showed is completely valid, and there's another way! :)
var result = EFContext.TestAddresses .GroupBy(ta => ta.Name) .Select(ta => ta.Key);
I hope it'll be useful to someone.