Sub ExecuteMemoryTable(SQL As SQL, Query As String, StringArgs() As String, Limit As Int) As List
SQL - your SQL object. It is already defined in the DBUtils class.
Query - your query
StringArgs() - an array of the arguments for your query fields
Limit - the number of rows you want to receive. Pass 0 if you want them all.