DataAccessAdapter

Posts   
 
    
Baobab
User
Posts: 7
Joined: 29-Mar-2005
# Posted on: 31-Mar-2005 13:43:51   

Hej,

I am working with Adapter template but cannot get access to the DataAccessAdapter class or propertie while trying to make a new instance of it :

DataAccessAdapter NewAdap = new dataAccessAdapter(); EntityCollection allCustomers = new EntityCollection(new CustomerEntityFactory()); NewAdap .FetchEntityCollection(allCustomers, null);

Do I miss references or anything?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 31-Mar-2005 14:34:28   

reference the databasespecific project and add the DatabaseSpecific namespace to the using list.

Frans Bouma | Lead developer LLBLGen Pro