mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 10:24:55 +08:00
Update Insertable
This commit is contained in:
@@ -37,7 +37,7 @@ namespace OrmTest.UnitTest
|
||||
|
||||
|
||||
//Insert reutrn Command Count
|
||||
var t2 = db.Insertable(insertObj).ExecuteCommand();
|
||||
var t2 = db.Insertable(insertObj).ExecuteReturnEntity();
|
||||
|
||||
db.IgnoreColumns = null;
|
||||
//Only insert Name
|
||||
|
||||
Reference in New Issue
Block a user