Hi,
I have 2 LLBLGenPro generated entities:
CustomerEntity
CustomerLabelEntity
CustomerLabel has a property Customer (of CustomerEntity type)
In code I assign a CustomerEntity object to the Customer property of an existing CustomerLabelEntity.
Afterwards I want to cancelEdit the CustomerLabelEntity but the Customer property still contains the CustomerEntity object. All other fields behave like the way I want (but they are binded using BindingSource) How can I easily resolve this?
Thanks and best regards,
Alex