Hi,
LLBLGen allows adding new custom properties to a generated entity.
These properties also show up for example in a grid in data binding scenarios.
But they are not part of the edit cycle in data binding.
For example when editing a row and then pressing ESC before committing the changes: all LLBLGen properties go back to the original value but the custom properties don't.
As well field level versioning works only with the LLBLGen properties but not with custom ones.
Is there anyway to make custom properties part of the edit cycle and of field level versioning? If yes how would I do that please?
Thanks,
Patrick