mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update demo
This commit is contained in:
@@ -230,7 +230,7 @@ namespace OrmTest
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.ExecuteReturnPrimaryKey();
|
.ExecuteCommand();
|
||||||
|
|
||||||
var list = db.Queryable<Country1>()
|
var list = db.Queryable<Country1>()
|
||||||
.Mapper(it => it.Provinces, it => it.Provinces.First().CountryId)
|
.Mapper(it => it.Provinces, it => it.Provinces.First().CountryId)
|
||||||
|
Reference in New Issue
Block a user