Update demo

This commit is contained in:
sunkaixuna 2021-11-26 14:26:20 +08:00
parent 0e5099153b
commit 82529d8639

View File

@ -230,7 +230,7 @@ namespace OrmTest
}
}
})
.ExecuteReturnPrimaryKey();
.ExecuteCommand();
var list = db.Queryable<Country1>()
.Mapper(it => it.Provinces, it => it.Provinces.First().CountryId)