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

BulkInsertOrUpdate with anonymous type #1665

Open
dkisic opened this issue Jan 23, 2025 · 0 comments
Open

BulkInsertOrUpdate with anonymous type #1665

dkisic opened this issue Jan 23, 2025 · 0 comments

Comments

@dkisic
Copy link

dkisic commented Jan 23, 2025

Hi there,

it's not actually an issue, but a question.

I am dinamically creating the tables since the structure varies for each tenant.

I am trying to utilize BulkInsertOrUpdate to improve the performance of the upserts. Since I don't add the DbSet to the DbContext and the context isn't aware of the table, is there a way to utilize it with the anonymous types?

Thanks.

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

No branches or pull requests

1 participant