Has anybody else needed (or wanted) to use the SqlList<T> ORM extensions with a generic dictionary/expando? I had posted a question (& hacked solution) at the time in 3.9.X, and was hoping to avoid forking the 4.X to implement this.
http://stackoverflow.com/questions/19390196/using-a-listdictionarystring-string-with-servicestack-ormlite-sqllist
This lets us issue some generic SQL commands and put the resulting table into a List<Dictionary<string,object>>
Sir Thomas:
I am a bit surprised that nobody has needed or wanted something like this. Is there a better way to return “anything” (ie, not a pre-coded poco) from a custom SQL ?