| InsertRequest Constructor |
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntaxpublic InsertRequest(
BsonDocument document
)
Public Sub New (
document As BsonDocument
)
new :
document : BsonDocument -> InsertRequestParameters
- document
- Type: MongoDB.BsonBsonDocument
The document.
See Also