Hello, I'm interested in knowing how to see 1) the linq query that 'll be executed and 2) the SQL query that will be executed, in view to perform some debug.
I could only find an example using ObjectFactory, but i'm unable to have it working: var log = ObjectFactory.Get<ILogger>(); log.debug(xxx); But i can't include the namespace DbLinq.Logging (seems obsolete ?) thus, i suppose no accesses to ILogger. Is anyone aware of the best method to, at least, have the generated SQL for debug ? Thanx a lot ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
