You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose if there is a Parent which has children array inside it and those children also has a children array in It... and so on. This will end when a child doesn't have any more children.
I create a mapping Function for creating a representation and In core DB I have a to many relationship from children to children.
That method that creates a representation i.e. FEMapping for mapping that data.
Suppose if there is a Parent which has
children
array inside it and those children also has a children array in It... and so on. This will end when a child doesn't have any more children.I create a mapping Function for creating a representation and In core DB I have a to many relationship from children to children.
That method that creates a representation i.e. FEMapping for mapping that data.
This mapping function is recursive and never ends.
The text was updated successfully, but these errors were encountered: