-
Notifications
You must be signed in to change notification settings - Fork 2k
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
adding documentation for query null semantics #2865
Conversation
2c9d3e2
to
9238d9d
Compare
9238d9d
to
aed70c4
Compare
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.
This is a really nice addition to our docs.
Once general comment about the samples, is that in some cases the queries don't seem like something users would actually write, and might therefore be confusing:
For example:
var query1 = context.Entities.Where(e => context.ConcatStrings(e.String1, e.String2) != null);
It's hard to imagine someone writing this (as opposed to comparing the result of ConcatStrings to some constant).
4614db5
to
0fc406d
Compare
updated |
42646ab
to
e302e3f
Compare
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.
Looks good from my perspective!
entity-framework/core/querying/user-defined-function-mapping.md
Outdated
Show resolved
Hide resolved
entity-framework/core/querying/user-defined-function-mapping.md
Outdated
Show resolved
Hide resolved
BTW just noticed there there's both null-comparisons.md and null-semantics.md (duplicate) |
Fixes #1612