Skip to content

Commit e4ae2dc

Browse files
authored
add EFCore.SoftDelete (#2500)
* add EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. * add efcore.softdelere extension an implementation for soft deletes in efcore 3.1 nad later * Add EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. * Ass EFCore.SoftDelete An implementation for soft deleting entities for EntityFramework Core. * Add EFCore.SoftDelete extension An implementation for soft deleting entities for EntityFramework Core. * Add EFCore.SoftDelete An implementation for soft deleting entities. For EF Core 3. * Add EFCore.SoftDelete extension An implementation for soft deleting entities. For EF Core 3.
1 parent cb7de81 commit e4ae2dc

File tree

1 file changed

+6
-0
lines changed
  • entity-framework/core/extensions

1 file changed

+6
-0
lines changed

entity-framework/core/extensions/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,9 @@ Alternative translator of LINQ queries to SQL expressions. For EF Core: 3.
225225
Includes support for advanced SQL features such as CTEs, bulk copy, table hints, windowed functions, temporary tables, and database-side create/update/delete operations.
226226

227227
[GitHub repository](https://github.com/linq2db/linq2db.EntityFrameworkCore)
228+
229+
### EFCore.SoftDelete
230+
231+
An implementation for soft deleting entities. For EF Core: 3.
232+
233+
[NuGet](https://www.nuget.org/packages/EFCore.SoftDelete)

0 commit comments

Comments
 (0)