Posts by R.Santos • 31 points
1 post
-
3
votes0
answers57
viewsQ: Error when using dictionary in a Iqueryable.Select() method to project columns chosen at runtime
The code fragment below aims to use the Select() method to perform generic column projections in a query, according to a list of column names provided. The program works fine if all columns are…