Hello
is there a way to get llblgen to generate non readonly m:n relationship collections?
For example if I had a domain model looking at groups of people It would be nice to be able to create a new user and add it to Group.PersonCollectionViaGroupPerson collection. When I do this I get an exception thrown as PersonCollectionViaGroupPerson is read only. I've been digging in the designer and cannot find a setting anywhere.
I am using llblgen 2.6.
Cheers for any help!