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