Can I make my EF objects retrieve only specific columns in the sql executed? If I am executing the below code to retrieve objects, is there something I can do to only get certain columns if wanted?...public IEnumerable<T> GetBy(Expression<Func<T, bool>> ...