hi all,
I am sorry for asking this dumb question. I am sure i am missing something but cannot figure out what it is.
I have generated a code using llblgen pro 2.6 against sql server 2005 database using Adapter template and added it to asp.net vs 2008 project. But interestingly, the adapter object which is an instance of DataAccessAdapter class does not seem to have FetchEntity method. In fact, it only has FetchDataReader method which starts with word 'Fetch'.
To double confirm the template I tried calling Save() method of an object of the entity but could not find it either.
Could you please thorough some lights on this issue?
Cheers,