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?