Click or drag to resize
Acknowledged Properties

The ReplaceOneResultAcknowledged type exposes the following members.

Properties
  NameDescription
Public propertyIsAcknowledged
Gets a value indicating whether the result is acknowleded.
(Overrides ReplaceOneResultIsAcknowledged.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Overrides ReplaceOneResultIsModifiedCountAvailable.)
Public propertyMatchedCount
Gets the matched count. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResultMatchedCount.)
Public propertyModifiedCount
Gets the modified count. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResultModifiedCount.)
Public propertyUpsertedId
Gets the upserted id, if one exists. If IsAcknowledged is false, this will throw an exception.
(Overrides ReplaceOneResultUpsertedId.)
Top
See Also