tags:

views:

28

answers:

0

I want to use LINQ to SQL to query database. However in this particular situation all the queries have to go through a web service proxy, which in turn executes the query against the database. So the question becomes, how can I log the generated sql query without creating SQL connections.