mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
-
This commit is contained in:
@@ -61,10 +61,6 @@ namespace OrmTest
|
|||||||
CityName = it.SexId.GetConfigValue<DataDictionary>("city"),
|
CityName = it.SexId.GetConfigValue<DataDictionary>("city"),
|
||||||
}).ToList();//也支持支持写在Where或者Orderby
|
}).ToList();//也支持支持写在Where或者Orderby
|
||||||
|
|
||||||
|
|
||||||
db.AddQueue("");
|
|
||||||
db.SaveQueues();
|
|
||||||
|
|
||||||
var list = db.Queryable<OrderItem>().Select(it => new OrderItem
|
var list = db.Queryable<OrderItem>().Select(it => new OrderItem
|
||||||
{
|
{
|
||||||
ItemId = it.ItemId.SelectAll(),
|
ItemId = it.ItemId.SelectAll(),
|
||||||
|
Reference in New Issue
Block a user