Sorry if I misunderstand you, but when you say "determine" it sounds like you thought I wanted LLBLGen to figure out which subtypes to exclude.
For a given installation of our application, we'll know basically at install time which will be needed. So I was just hoping there was some way to manipulate the relationship collections, or the inheritance data, or whatever, on application startup that would make LLBLGen not even realize those subtypes existed.
I figured there's obviously generated code that is telling LLBLGen what subtypes exist, so there must be a way for me to write code that inspects the given application instances configuration and removes the information for those unneeded subtypes.
If there is just absolutely no way to do that, then you can just ignore this and I'll be quiet now.