Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic UpdateRequest(
UpdateType updateType,
BsonDocument filter,
BsonValue update
)
Public Sub New (
updateType As UpdateType,
filter As BsonDocument,
update As BsonValue
)
new :
updateType : UpdateType *
filter : BsonDocument *
update : BsonValue -> UpdateRequest
Parameters
- updateType
- Type: MongoDB.Driver.Core.OperationsUpdateType
The update type. - filter
- Type: MongoDB.BsonBsonDocument
The filter. - update
- Type: MongoDB.BsonBsonValue
The update.
See Also