mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update README.md
This commit is contained in:
parent
afd9e0ffc1
commit
c227b6de0d
@ -136,7 +136,7 @@ public static SqlSugarScope Db = new SqlSugarScope(new ConnectionConfig()
|
||||
tran.CommitTran();//这个提交不能漏掉
|
||||
}
|
||||
```
|
||||
### Query Filter
|
||||
### Feature6 : Query Filter
|
||||
```cs
|
||||
//set Filter
|
||||
db.QueryFilter.Add(new TableFilterItem<Order>(it => it.Name.Contains("a"))); //为Order表置全局条件
|
||||
|
Loading…
Reference in New Issue
Block a user