InsertOneModelTDocument Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public InsertOneModel(
TDocument document
)
Public Sub New (
document As TDocument
)
new :
document : 'TDocument -> InsertOneModel
Parameters
- document
- Type: TDocument
The document.
See Also