mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 13:03:43 +08:00
Support InserableUseparameter
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user