Sorry, I don't get it. Yes, i use LLBLGen v2, with .NET-framework 2.0, C# an SelfServicing Scenario.
And yes i know the type in run time and not at design time.
If i understand cou correctly you mean something like this:
EntityCollectionBase<blablaEntity> coll;
coll = new EntityCollectionBase<blablaEntity>();
I know, there's something wrong in the code, but, as you wrote i can't use GetType(), what i must use because i don't know the type in run time. 2nd idea has the same problem.
What now?