Skip to content

Commit

Permalink
Fix typo (#4468)
Browse files Browse the repository at this point in the history
  • Loading branch information
ar1k authored Aug 29, 2023
1 parent 55478ce commit d035d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/saving/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ Following are a few guidelines for when to use which approach. Note that these a
* If you wish to change a potentially large number of entities based on some criterion, use `ExecuteUpdate` and `ExecuteDelete`. Example scenarios:
* "I want to give all employees a raise"
* "I want to delete all blogs whose name starts with X"
* If you already know exactly which entities you which to modify and how you wish to change them, use `ExecuteUpdate` and `ExecuteDelete`. Example scenarios:
* If you already know exactly which entities you wish to modify and how you wish to change them, use `ExecuteUpdate` and `ExecuteDelete`. Example scenarios:
* "I want to delete the blog whose name is 'Foo'"
* "I want to change the name of the blog with Id 5 to 'Bar'"

0 comments on commit d035d7c

Please sign in to comment.