Update demo

This commit is contained in:
sunkaixuan 2024-09-10 17:36:24 +08:00
parent f8560cde4e
commit b9e1da2807

View File

@ -171,7 +171,7 @@ namespace OrmTest
var list4 = db.Queryable<ABMapping>()
.Mapper(it => it.A, it => it.AId)
.Mapper(it => it.B, it => it.BId).ToList();
db.CodeFirst.InitTables<OrderInfo>();
//Manual mode
var result = db.Queryable<OrderInfo>().Take(10).Select<ViewOrder>().Mapper((itemModel, cache) =>
{