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'm just trying delete a Post's existing categories and replacing them with new ones by giving new category ID's.
I also readed these: #315 #238
Can you please help?
The text was updated successfully, but these errors were encountered:
What you currently trying to do is simply not supported by our library. You could update column from Post table but you cannot delete and insert a list of new/existing categories (related table).
If you wish to make some operation in Bulk, I suggest our paid libraries: EF Extensions. We will be happy to help you make it works.
Hi.
When I try this simple code, I'm getting this error: "The destination column could not be found:Categories".
I'm using EF6. And the other classes are like these:
I'm just trying delete a Post's existing categories and replacing them with new ones by giving new category ID's.
I also readed these:
#315
#238
Can you please help?
The text was updated successfully, but these errors were encountered: