efcore
efcore copied to clipboard
Add "table" splitting support to CUD sproc mapping
The parameters for dependent sproc will be added to the end of the principal sproc. For a different order and for multiple dependents either https://github.com/dotnet/efcore/issues/28439 or #28438 should be used
Split off from #245
Note for triage: should we support this in EF7 for the restricted case of an owner with owned types sharing a table. This would be the equivalent to complex type usage in EF6.