mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update mongodb
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MongoDbTest
|
||||
new OrderInfo() { CreateTime = DateTime.Now, Name = "a2", Price = 3 }})
|
||||
.ExecuteReturnPkList<string>();
|
||||
|
||||
db.Deleteable(new OrderInfo() { Id="a" })
|
||||
var delrow=db.Deleteable(new OrderInfo() { Id= ids.Last() })
|
||||
.ExecuteCommand();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user