|
Indeed if I add a lazy property to my Parent class then depending on the order I am not be able to retrieve the correct value or not:
-
if I get the lazy property first then it is fine,
-
if I get the children first and then the lazy property then I get 'null'
|