Dear, I have parent class "ABCClassification" and child class "ABCClass", the parent class have entity set of the child class and I have values in both and then I add property of parent class in the child and adding "PairTo" relation on the entity set then when display the parent data I found it has no child although I added it before using "PairTo"!!! why??? |
Dear Peter, First thanks for your concern, and below the two classes after adding pair to. To get the classes before changes find the my comments that will tell you what to remove. [HierarchyRoot]
I could not get an error you describe, maybe i don't understand well. Please look at demo i made here and run, everything seems ok. Try to modify my sample to have error you describe. |
Please attach source code of these two entities.