mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update MongoDb
This commit is contained in:
@@ -60,7 +60,6 @@ namespace MongoDb.Ado.data
|
||||
var collection = GetCollection(collectionName);
|
||||
return ExecuteHandlerFactory.Handler(operation, json, collection);
|
||||
}
|
||||
|
||||
public override object ExecuteScalar()
|
||||
{
|
||||
var (operation, collectionName, json) = ParseCommand(_commandText);
|
||||
|
Reference in New Issue
Block a user