From c77315d5352a9c89b3c7909efbc85895b9ef89db Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Fri, 3 May 2019 18:00:36 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c67c6a2..28c1fec06 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ var t4 = db.Updateable(updateObj).IgnoreColumns(it => new { it.Name, it.TestId } var t7 = db.Updateable(updateObjs).ExecuteCommand(); //Where By Expression -var t9 = db.Updateable(updateObj).Where(it => it.Id == 1).ExecuteCommand(); +var t9 = db.Updateable(it=>new class() { name="a",createtime=p }).Where(it => it.Id == 1).ExecuteCommand(); ``` [View more >> ](https://github.com/sunkaixuan/SqlSugar/wiki/2.Updateable)