Updated Repository Layer (markdown)

AlexLEWIS
2021-09-08 12:16:19 +08:00
parent 96284bfd06
commit f35be2cb02

@@ -185,7 +185,7 @@ Please view the documentation of [Cascade Saving](Cascade-Saving).
| Attach | - | TEntity | Attach entities to state management, which can be used to update or delete without querying |
| Attach | - | IEnumerable\<TEntity\> | Batch attach entities to state management |
| AttachOnlyPrimary | - | TEntity | Only attach the primary key data of the entity to the state management |
| [SaveMany](Cascade-Saving#savemany) | - | TEntity, string | Save the specified many-to-many or one-to-many navigation properties of the entity (full comparison) |
| [SaveMany](Cascade-Saving#many-to-many-cascade-saving) | - | TEntity, string | Save the specified many-to-many or one-to-many navigation properties of the entity (full comparison) |
| [BeginEdit](Insert-or-Update#3-batch-editing-beginedit) | - | List\<TEntity\> | Start editing the data of a set of entities |
| EndEdit | int | - | After a set of data is edited, save it |