Displays all of the recent SQL calls. By default, only the last 10 calls are stored.
Example:
IObjectMapper<Customer> mapper = Elementary.GetIObjectMapper<Customer>();
Customer customer = mapper.GetObject(1);
Console.WriteLine(mapper.RecentStatements[0]); // Displays the SQL statement for GetObject