mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
-
This commit is contained in:
@@ -60,11 +60,7 @@ namespace OrmTest
|
|||||||
ProviceName = it.SexId.GetConfigValue<DataDictionary>("province"),
|
ProviceName = it.SexId.GetConfigValue<DataDictionary>("province"),
|
||||||
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