InsertRequestDocument Property |
Gets or sets the document.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public BsonDocument Document { get; }
Public ReadOnly Property Document As BsonDocument
Get
member Document : BsonDocument with get
Property Value
Type:
BsonDocument
The document.
See Also