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