UpdateOneModelTDocumentUpdate Property |
Gets the update.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
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