-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix property type retrieval for Composite User Type in LINQ #2877
Conversation
} | ||
else | ||
{ | ||
// Concatenate the component property path in order to be able to use EntityMetamodel.GetPropertyType to retrieve the type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EntityMetamodel also can't handle ICompositeUserType
components. So why bother to use it at all if we can retrieve all info from componentType
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Fixes #2856
Regression from #2036 (most likely)