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

BulkRead using TPT (table-per-type) #564

Open
Ameen-Alqattow opened this issue Jun 1, 2021 · 3 comments
Open

BulkRead using TPT (table-per-type) #564

Ameen-Alqattow opened this issue Jun 1, 2021 · 3 comments
Labels

Comments

@Ameen-Alqattow
Copy link

Is it possible to do a BulkRead if using TPT?
https://docs.microsoft.com/en-us/ef/core/modeling/inheritance#table-per-type-configuration

@borisdj
Copy link
Owner

borisdj commented Jun 1, 2021

Not directly, you could try with 2 BulkRead similar to 2 BulkInsert done in
EFCore.BulkExtensions.Tests EFCoreBulkTestAtypical.TablePerTypeInsertTest
then join in memory properties of list to another.

@Ameen-Alqattow
Copy link
Author

Any better support in future

@borisdj
Copy link
Owner

borisdj commented Jun 1, 2021

Will consider it.

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

No branches or pull requests

2 participants