Skip to content

Commit

Permalink
Update soft-delete.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Jan 26, 2019
1 parent 3cdec83 commit 2c893ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/features/soft-delete.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Soft Delete

## Description
The **Soft Delete** feature allows you to flag records as deleted (Soft Delete) instead of deleting them physically (Hard Delete).
The **Soft Delete** feature allows you to flag entities as deleted (Soft Delete) instead of deleting them physically (Hard Delete).

```csharp
public class SoftDeleteEntitiesContext : DbContext
Expand Down

0 comments on commit 2c893ce

Please sign in to comment.