Sorry if this is a silly question, I've searched and seem to have come up with people saying what the resulting SQL is from a dynamic list. How can I see the SQL that results from my code? I have:
Dim CustomerDynamicList As New SoTaas.DaoClasses.TypedListDAO()
CustomerDynamicList.GetMultiAsDataTable(fields, results, 0, sorter, filter, relations, False, groupBy, Nothing, 0, 0)
I can see the SQL of the individual elements and I can see the table using the datasets visualizer on results.
Is there any way to see the SQL query that has come from my code?