Hi,
I'm using the templates to create Manager classes. They are great, save me a lot of work.
I'm also using the AdapterExtendedEntity Templates.
Now, when I look at the *ManagerBase classes, the Fetch methods return the Entity classes and not the MyEntity classes.
How does that work? Should I change something in the templates? Or should I just cast the return values from Entity to MyEntity?
Thanks,
Jeffry