Support InserableUseparameter

This commit is contained in:
sunkaixuna
2021-08-04 23:32:10 +08:00
parent 7e7d6ba95d
commit aec80e8d70
6 changed files with 37 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ namespace OrmTest
}
}
})
.AddSubList(it => it.Items.First().OrderId).ExecuteReturnPrimaryKey();
.AddSubList(it => it.Items.First().OrderId).ExecuteCommand();
@@ -143,7 +143,7 @@ namespace OrmTest
}
})
.AddSubList(it => it.TwoItem3)
.ExecuteReturnPrimaryKey();
.ExecuteCommand();
SubNoIdentity(db);
SubIdentity(db);