Skip to content

✨ [FEATURE] Bulk Delete and Bulk Update with EF.Core 7 #24

@furkandeveloper

Description

@furkandeveloper

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

  • Provides performance improvements.
  • Supports new features.

Additional context

Can visit Microsoft ef-core documentation for this.

https://devblogs.microsoft.com/dotnet/announcing-ef7/#bulk-updates-and-deletes

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions