mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 16:00:52 +08:00
Updated Repository Layer (markdown)
@@ -4,10 +4,10 @@ As an extension, FreeSql.Repository realizes the functions of the common DAL. Th
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Select/Attach 快照对象,Update 只更新变化的字段;
|
- `Select/Attach` Snapshot object, the corresponding `Update` only updates the changed fields.
|
||||||
- Insert 插入数据,适配各数据库优化执行 ExecuteAffrows/ExecuteIdentity/ExecuteInserted;
|
- `Insert`: Insert data, adapt to each database to optimize execution `ExecuteAffrows`, `ExecuteIdentity` or `ExecuteInserted`;
|
||||||
- InsertOrUpdate 插入或更新;
|
- `InsertOrUpdate`: Insert or update data.
|
||||||
- SaveMany 方法快速保存导航对象(一对多、多对多);
|
- `SaveMany`: Quickly save navigation objects (one-to-many, many-to-many).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user