FindAndModifyArgsUpdate Property |
Gets or sets the update specification.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntaxpublic IMongoUpdate Update { get; set; }
Public Property Update As IMongoUpdate
Get
Set
member Update : IMongoUpdate with get, set
Property Value
Type:
IMongoUpdate
See Also