ServiceStack.OrmLite: Where is the method to write custom SQL and get result set back?
I have been reading on https://github.com/ServiceStack/ServiceStack.OrmLite to find methods so I can execute normal SQL (string commands), and get a result set back, but I dont think there is any. I am testing OrmLite v 4.0.17.0. On the page above, there is a method SqlList mentioned, but I have no such method available: I have an ExecuteSql, but I get no result set back, just an int: So, two questions: Is there a way to execute custom queries, a method that takes in a string as parameter, and where I then get back a result set, rows or objects or something? And while I am at it, how do I