Search code examples
sqlsql-server-2008llblgenprollblgen

LLBLGen viewing generated SQL statement


I'm using LLBLGen to access a SQL Express database using LLBLGen runtime framework. Using Visual Studio 2010.

I have created a predicate expression, however It does not seem to be doing what I thought it should, how can I view the Generated SQL sent to the database?

thank you in advance.


Solution

  • For 2.6:

    http://www.llblgen.com/documentation/2.6/hh_start.htm

    You will want to use the ORMPersistenceExecution switch.

    If it's another version, all the docs can be found here:

    http://www.llblgen.com/documentation/