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
Entity framework core 7 version provides bulk delete and bulk update operations.
This feature runs like a mongo query. So, the provider generates a single query and runs it on the database.
Advantage
Provides performance improvements.
Supports new features.
Additional context
Can visit Microsoft ef-core documentation for this.
Summary
Entity framework core 7 version provides bulk delete and bulk update operations.
This feature runs like a mongo query. So, the provider generates a single query and runs it on the database.
Advantage
Additional context
Can visit Microsoft ef-core documentation for this.
https://devblogs.microsoft.com/dotnet/announcing-ef7/#bulk-updates-and-deletes
The text was updated successfully, but these errors were encountered: