Distinct in LINQ based on only one field

table.GroupBy(x => x.Column).Select(x => x.FirstOrDefault());