UpdateManyModelTDocumentUpdate Property |
Gets the update.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public UpdateDefinition<TDocument> Update { get; }
Public ReadOnly Property Update As UpdateDefinition(Of TDocument)
Get
member Update : UpdateDefinition<'TDocument> with get
Property Value
Type:
UpdateDefinitionTDocumentSee Also