how can i exclude some of the attributes at depth 2?
i have a list that i want to hide 3 columns in the output. How can i update the Util.HorizontalRun(true, TradeObjectsFiltered).Dump(exclude: ?????" to factor the elements at depth 2 and only ignore some of the columns.
Comments
Write a ToDump method in the query:
Alternatively:
or:
You can also programmatically add or remove properties from the expando, should that be easier.
Make sure the query type is set to "C# Program", otherwise the ToDump method will not work.