mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Add test demo
This commit is contained in:
@@ -166,6 +166,9 @@ namespace OrmTest
|
||||
var test44=db.Queryable<Order>().WhereColumns(new List<Dictionary<string, object>>() {
|
||||
whereDc
|
||||
}).ToList();
|
||||
var test45 = db.Queryable<Order>().
|
||||
Where(it=>it.Price==0?true:it.Name==it.Name)
|
||||
.ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user