From 0f784bf6e8957188e39a48a317c45a8790dc8d3c Mon Sep 17 00:00:00 2001 From: AlexLEWIS Date: Wed, 8 Sep 2021 10:14:36 +0800 Subject: [PATCH] Updated Repository Layer (markdown) --- Repository-Layer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Repository-Layer.md b/Repository-Layer.md index 0ef6ca3..a4cb6e0 100644 --- a/Repository-Layer.md +++ b/Repository-Layer.md @@ -4,10 +4,10 @@ As an extension, FreeSql.Repository realizes the functions of the common DAL. Th ## Features -- Select/Attach 快照对象,Update 只更新变化的字段; -- Insert 插入数据,适配各数据库优化执行 ExecuteAffrows/ExecuteIdentity/ExecuteInserted; -- InsertOrUpdate 插入或更新; -- SaveMany 方法快速保存导航对象(一对多、多对多); +- `Select/Attach` Snapshot object, the corresponding `Update` only updates the changed fields. +- `Insert`: Insert data, adapt to each database to optimize execution `ExecuteAffrows`, `ExecuteIdentity` or `ExecuteInserted`; +- `InsertOrUpdate`: Insert or update data. +- `SaveMany`: Quickly save navigation objects (one-to-many, many-to-many). ## Install