Browse Source

Update demo

pull/11/head
sunkaixuna 3 years ago
parent
commit
82529d8639
  1. 2
      Src/Asp.Net/OracleTest/Demo/Demo3_Insertable.cs

2
Src/Asp.Net/OracleTest/Demo/Demo3_Insertable.cs

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

Loading…
Cancel
Save