mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Add demo
This commit is contained in:
@@ -107,6 +107,8 @@ namespace OrmTest
|
||||
n = it.Name,
|
||||
name = SqlFunc.OnlyInSelectConvertToString(it.Name, methodInfo)
|
||||
}).ToList();
|
||||
|
||||
var list9 = db.Queryable<Order>().Where("id=1", null).ToList();
|
||||
Console.WriteLine("#### Examples End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user