P
Peter Judge
Guest
You should call Initialize() after calling the constructor. This makes sure some of the internal structures are set appropriately (header collections etc). It’s not doc’ed that you should do this. Every time you see a type that implements the OpenEdge.Core.ISupportInitialize interface you should call Initialize() after the constructor.
Continue reading...
Continue reading...