I was trying to insert some code at an entry point in the EntityBase object and thought the OnFetch() override was the perfect location...then I discovered it was not declared "overridable."
Is there a reason some methods are declared overridable and others are not?
I would think "OnFetch()" would be overridable. How else is it used?
Of course this is not an issue for the first child of EntityBase, but in the 2-class self-servicing arch. it really limits what you have available in the Entity class for overrides.
If I'm missing something here, I'm ready to be educated
Andrew.