to dump IEnumerable of IDictionary as a table like datasets are dumped
Is it possible?
P.S. it's impossible to use the less-than and greater-than characters in the title on this forum
P.S. it's impossible to use the less-than and greater-than characters in the title on this forum
Comments
I know this is an old question, but for anyone else looking for the answer like I was today, I just converted my IDictionary<string, object> to ExpandoObject with the below extension method and it work as expected.