mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 07:20:51 +08:00
Updated Repository Layer (markdown)
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user