mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Add demo
This commit is contained in:
@@ -53,6 +53,7 @@ namespace OrmTest
|
||||
y.Name
|
||||
}).Any()
|
||||
}).ToList();
|
||||
db.Queryable<Order>().Where(it => getByWhere.Any(s => s.Id == it.Id && s.Name == it.Name)).ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user