Skip to content
Discussion options

You must be logged in to vote

What is the type of your IDataPortal<T>? It kind of sounds like you are using an IDataPortal<Child> instead of IDataPortal<ChildList>?

Update: actually it looks like you create the list as a child by calling FetchChild.

At some point you must use the root data portal to get the top-level root object, and that is the option that you need to save. You can't directly save an object that you created via FetchChild.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Brad-IMS
Comment options

@danielmartind
Comment options

@Brad-IMS
Comment options

@Brad-IMS
Comment options

@Brad-IMS
Comment options

Answer selected by Brad-IMS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants