Otis wrote:
Btw, why do you want the constructor regions added? As there's more generated code in there and you'll see that too...
True.
I guess now that I am seperating the code using partial classes and we don't edit the one with all the genned code in it, it isn't much of an issue any more.
One think that I noticed, why is the
public override bool CheckIfIsSubTypeOf(int typeOfEntity)
method generated for entities that don't use inheritence? What is this used for?
Thanks,
BOb