Replies: 1 comment
-
@cacodev Marten doesn't use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a model..
When this model is stored. The json is serialized in the data column as expected. Reading the data, works as expected.
However, when I try to use
.SelectMany()
to select just the child objects, no results are returned.If I use the
.ToCommand()
function I see that the sql generated looks like this:seems that the property selector ('Children') should use the property name from the attribute instead ('childObjects')
Beta Was this translation helpful? Give feedback.
All reactions