c# linq select specific columns

C#
return custQuery.Select(item => item.Name
            ).ToList();
Source

Also in C#: