tags:

views:

49

answers:

0

Hi,

Is there any method in Subsonic 3, that will allow me to view the generated SQL for any query? If not, any hints where in the source I should start to look?

I can see each sql class (update, insert, batch etc) has a BuildSqlStatement() method, but I'm unsure where to place my console.writeline to catch them all. (short of placing it in each location).

Is this possible, ? Thanks for any help,

Bob