Update demo

This commit is contained in:
sunkaixuna
2021-09-05 03:01:57 +08:00
parent 7c132a20e9
commit 97d71f66b1
4 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ namespace OrmTest
//blukcopy
db.Insertable(updateObjs).UseOracle().ExecuteBlukCopy();
db.Insertable(updateObjs).UseOracle().ExecuteBulkCopy();
//Ignore CreateTime
db.Insertable(insertObj).IgnoreColumns(it => new { it.CreateTime }).ExecuteReturnIdentity();//get identity