mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Add demo
This commit is contained in:
@@ -65,6 +65,8 @@ namespace OrmTest
|
||||
names = $"as{it.Id}fd{it.Id}a"
|
||||
})
|
||||
.ToList();
|
||||
var test09 = db.Queryable<Order>().Where(it => string.IsNullOrEmpty(it.Name) == true)
|
||||
.ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
Reference in New Issue
Block a user