___This is blocking at least one P1 QA test.___
If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.
1. Create new C# project.
2. Add a db-first model which includes stored procedures for entity mapping.
3. Add entity and go to function mapping.
4. Add a function for "update" and notice the "Use Original Value" on the parameters. When a parameter mapping is chosen, this field should default to checked, instead of unchecked.
Comments: It turns out that unchecked is the default. Will re-file once I know why the QA test was failing.
If we determine that the new behavior is preferred, I will update the QA test to support the new behavior.
1. Create new C# project.
2. Add a db-first model which includes stored procedures for entity mapping.
3. Add entity and go to function mapping.
4. Add a function for "update" and notice the "Use Original Value" on the parameters. When a parameter mapping is chosen, this field should default to checked, instead of unchecked.
Comments: It turns out that unchecked is the default. Will re-file once I know why the QA test was failing.