mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update mongodb
This commit is contained in:
@@ -36,7 +36,7 @@ namespace MongoDb.Ado.data
|
|||||||
if (projection != null)
|
if (projection != null)
|
||||||
findFluent = findFluent.Project<BsonDocument>(projection);
|
findFluent = findFluent.Project<BsonDocument>(projection);
|
||||||
|
|
||||||
var cursor = findFluent.ToEnumerable();
|
var cursor = findFluent.ToList();
|
||||||
return new MongoDbBsonDocumentDataReader(cursor); // 你要确保这个类支持逐行读取 BsonDocument
|
return new MongoDbBsonDocumentDataReader(cursor); // 你要确保这个类支持逐行读取 BsonDocument
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user