linq query to select specific columns code example Example: c# linq select specific columns return custQuery.Select(item => item.Name ).ToList();