query regarding creating entity from cached table

Posts   
 
    
Posts: 1
Joined: 18-Aug-2009
# Posted on: 18-Aug-2009 13:27:50   

Dear support,

The documentaion says "LLBLGen Pro doesn't use an in-memory object cache, which means that the generated code and the runtime library targeted by the generated code, are designed to work with entities directly in the persistent storage (database)."

In our case, we do cache some tables (not changing often, but read often), and use SQL Server 2008's query notification.

Is it possible to instruct LLBLGen Pro to get data from cache, or from existing DataTable, instead of from database? If yes, can you post sample code? From the above documentaion, I am afraid the answer is no, but really want it can be done.

Thanks very much! Richard

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 18-Aug-2009 17:11:17   

This is discussed on this thread.

Matt