Click or drag to resize
UpdateOneModel<TDocument>.Update Property
Gets the update.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public UpdateDefinition<TDocument> Update { get; }

Property Value

Type: UpdateDefinition<TDocument>
See Also