How to automatically set the 'inserted Id' of the parent to the collection of referencing childs ? #83
-
Hello,
I want to insert an instance of the 'Parent' with it's 'Child' elements at once using Save(parentInstance, references: true) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please read the docs for the feature you're using, if what you're trying to use doesn't exist in the docs (or anywhere else, e.g. Forums / StackOverflow / Source Code, etc) it's not supported. Poco References need to use either |
Beta Was this translation helpful? Give feedback.
Please read the docs for the feature you're using, if what you're trying to use doesn't exist in the docs (or anywhere else, e.g. Forums / StackOverflow / Source Code, etc) it's not supported.
Poco References need to use either
Type
for 1:1 relationships orList<Type>
for 1:M relationships.