mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 21:01:59 +08:00
Update demo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user