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)