You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: