mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
Add demo
This commit is contained in:
parent
692805ce92
commit
7e6566954f
@ -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 ####");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user