-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...udes/api-details/dart/crud/delete-remove-dictionary-keys-values-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
You can remove keys and values from a :flutter-sdk:`RealmMap | ||
<realm/RealmMap-class.html>`within a write transaction. To remove a key and | ||
<realm/RealmMap-class.html>` within a write transaction. To remove a key and | ||
its associated value, call ``map.remove()``. To remove an element matching | ||
a query, call ``map.removeWhere()``. |
7 changes: 3 additions & 4 deletions
7
source/includes/api-details/swift/crud/delete-all-objects-of-type-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
To delete all objects of a given object type from the database, pass | ||
the result of :swift-sdk:`Realm.objects(_:) | ||
<Structs/Realm.html#/s:10RealmSwift0A0V7objectsyAA7ResultsVyxGxmSo0aB6ObjectCRbzlF>` | ||
for the type you wish to delete to :swift-sdk:`Realm.delete(_:) | ||
To delete all objects of a given object type from the database, query for | ||
objects of the type you want to delete, and pass the result to | ||
:swift-sdk:`Realm.delete(_:) | ||
<Structs/Realm.html#/s:10RealmSwift0A0V6deleteyyxSTRzSo13RLMObjectBaseC7ElementRczlF>` | ||
inside of a write transaction. |
1 change: 1 addition & 0 deletions
1
source/includes/api-details/swift/crud/delete-objects-procedure.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters