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

Query: add better documentation explaining how to use instancePropagatesNullability and argumentsPropagateNullability on SqlFunctionExpression #33833

Open
maumar opened this issue May 29, 2024 · 1 comment
Assignees
Milestone

Comments

@maumar
Copy link
Contributor

maumar commented May 29, 2024

It is an advanced scenario and it's documented here: https://learn.microsoft.com/en-us/ef/core/querying/user-defined-function-mapping#configuring-nullability-of-user-defined-function-based-on-its-arguments
but it's also quite complicated and nuanced - we should add some extra contexts (as part of the xml documentation) that would explain how to use it properly, and if user is not certain, how to use it safely (i.e. in a way that will not produce incorrect sql)

@maumar
Copy link
Contributor Author

maumar commented May 29, 2024

proposed by @ranma42 here #33814 (comment) so keeping as customer-reported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant