H
Håvard Danielsen
Guest
I think the idea is that you should inherit OpenEdge.Core.Collections.AbstractTTCollection directly in that case. It already implements ICollection. Hopefully all our methods and properties reference ICollection and not Collection (by now). Both methods in Collection operate directly against the static temp-table so you should not need (or want) this in the class hierarchy if you use a different temp-table.
Continue reading...
Continue reading...