simplestack.orm
simplestack.orm copied to clipboard
Getting SQL in string form
Hello SimpleStack team. Thank you for the great project! I was wondering if there is a way to get the string form of the SQL for examle "SELECT . . . . " instead of using the commands from the API. Thank you in advance :D
Sorry for late answer...
SimpleStack is just a layer over Dapper, all the Dapper command with "string queries" are therefore available.