I want to restrict a TableAdapater so that the queries I create in the tableadapter are only accessible from classes in the same project. The project is to be compiled into a DLL and I dont want someone able to directly access the table adapters via the dll...they shoudl have to use the methods created in the BLL to access the queries in the tableadapters.
Start Free Trial