LINQ-Get Only Columns without where

this should solve your problem

otherwise you can use

datatable.AsEnumerable.Select(function (x) {x(0), x(2)}).ToList