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

Support stored procedure mappings that are agnostic of inheritance mapping strategy #28806

Open
Tracked by #22959
ajcvickers opened this issue Aug 20, 2022 · 0 comments

Comments

@ajcvickers
Copy link
Member

EF6 supports stored procedures with the same shape regardless of the mapping strategy (TPH, TPC, TPT) used for the underlying tables. That is, a single stored procedure for every concrete type that never takes a discriminator--essentially the same shape that EF Core uses for TPC mappings. It is then up to the stored proc to split the data out to multiple tables or set a discriminator as needed.

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

2 participants