From c7a5f62c79d9508c3e5d4a3365b490a0384756b5 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Fri, 21 Aug 2020 09:27:43 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E9=AA=9A=E6=93=8D=E4=BD=9C=20(markdo?= =?UTF-8?q?wn)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 骚操作.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/骚操作.md b/骚操作.md index 1cc3a0f..b0c09e7 100644 --- a/骚操作.md +++ b/骚操作.md @@ -461,7 +461,7 @@ class Order { 如果命名规范,可以在 aop 里判断,if (e.Property.Name == "createtime") e.Value = DateTime.Now; -# 16、Ado.Net 扩展方法 +# 17、Ado.Net 扩展方法 提供了类似 Dapper 的使用方法,FreeSql 增加了 IDbConnection/IDbTransaction 对象的扩展方法 Select/Insert/Update/Delete 实现 CRUD。