Making DataAccessAdapter an Abstract Class

Posts   
 
    
psandler
User
Posts: 540
Joined: 22-Feb-2005
# Posted on: 05-Dec-2006 21:13:26   

Version 2, Adapter vs. SQL Server

Hello,

I need to make a few derived versions of the DataAccessAdapter that LLBL generates.

I want to ensure that developers who work on the project after me don't get confused and use the generated version. Is there an easy way to make the DataAccessAdapter abstract or internal?

It's not a huge deal, but I thought it would be worth it if it's easy.

Thanks,

Phil

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 06-Dec-2006 03:11:21   

Make a copy of daaAdapter.template. Create your own templatebindings file in templatestudio. Now place that templatebindings file above the regular one in the second tab when generating.