Can I write a query outside LLBLGEN and execute?

Posts   
 
    
shekar
User
Posts: 327
Joined: 26-Mar-2010
# Posted on: 20-May-2010 12:31:29   

Hello,

Is it possible to write a query without using llblgen API and execute it ? I mean I want to write say for example SELECT * FROM CUSTOMER WHERE CUSTOMER_ID=1.

If I write like above, how to execute the same in LLBLGEN?.

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 20-May-2010 16:34:09   

It's not possible to write external quieres as strings and execute them using LLBLGen. You can use either the LLBLGen predicate system, or LINQ (if you are using .NET 3.5)

Both of these query systems are covered in depth in the LLBLGen manual - please makes sure that you have read and understand this fully.