3203-add multiple parameter examples for FromSqlRaw
- [x] I've read the guidelines for contributing and seen the walkthrough
- [x] I've posted a comment on an issue with a detailed description of how I am planning to contribute and got approval from a member of the team
- [x] The code builds and tests pass locally (also verified by our automated build checks)
- [x] Commit messages follow this format:
Summary of the changes
- add multiple parameter examples for FromSqlRaw.
Fixes #3203
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] Code follows the same patterns and style as existing code in this repo
Fixes #3203
@Rezakazemi890 The code no longer aligns with the text that surrounds it.
Note for team: I'm not sure what value there is in showing multiple parameters.
@Rezakazemi890 The code no longer aligns with the text that surrounds it.
Note for team: I'm not sure what value there is in showing multiple parameters.
@ajcvickers Do you mean this part of the text? https://learn.microsoft.com/en-us/ef/core/querying/sql-queries#passing-parameters:~:text=In%20the%20above,rejecting%20such%20inputs.
And that it should be changed according to the code? If you approve, I will change that part of the text as well.
I'm not sure what value there is in showing multiple parameters
@ajcvickers I agree - I don't see what value this adds... Better keep the samples simple and minimal.
Closing based on discussion above.