Can we add a protected IChildDataPortal<C> GetChildDataPortal<C>() #2838
Unanswered
michaelcsikos
asked this question in
Ideas
Replies: 1 comment 5 replies
-
In what context are you interacting with the child data portal (outside of the logical server-side data portal operation methods)? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, it looks like we need to cast to
IChildDataPortal<C>
so we can callCreateChild()
:Without this when calling
FieldManager.UpdateChildren(this)
an exception is thrown by:as it's looking for
[Insert]/[Update]
instead of[InsertChild]/[UpdateChild]
.Beta Was this translation helpful? Give feedback.
All reactions