Skip to content
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

InMemory: Read nullable value for derived properties #25968

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Conversation

smitpatel
Copy link
Member

So that when that property is being read outside of entity materialization, we get null value rather than default of non-nullable type

Resolves #25735

So that when that property is being read outside of entity materialization, we get null value rather than default of non-nullable type

Resolves #25735
@smitpatel smitpatel requested a review from a team September 10, 2021 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query/InMemory: projecting (int?)(myBaseEntity as MyDerivedEntity).IntOnDerived defaults to 0 rather than null
2 participants