Replace output SELECT * with output columns
I'd like to replace the SELECT * with the actual column names in a query for the output columns. I think I can use QueryStatistics.OutputColumns and loop over the OutputColumn.Expression to create a comma separated list, but is there a better way to replace the SELECT * that just with string manipulation? I'm using the ASP.NET version C#
Sorry for a mistake, this API is not yet backported from v3.
You could use low-level API for this: