Executes the query and returns a result set.
ExecuteQuery( ) As ULResultSet
Member of UltraLiteAFLib.ULPreparedStatement
A ULResultSet object. The ULResultSet is the data you requested in your SELECT statement.
For more information about describing the product of your query, see ULResultSetSchema class.