Click or drag to resize

Unacknowledged Properties

The UpdateResultUnacknowledged type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Gets the instance.
Public propertyIsAcknowledged
Gets a value indicating whether the result is acknowledged.
(Overrides UpdateResultIsAcknowledged.)
Public propertyIsModifiedCountAvailable
Gets a value indicating whether the modified count is available.
(Overrides UpdateResultIsModifiedCountAvailable.)
Public propertyMatchedCount
Gets the matched count. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResultMatchedCount.)
Public propertyModifiedCount
Gets the modified count. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResultModifiedCount.)
Public propertyUpsertedId
Gets the upserted id, if one exists. If IsAcknowledged is false, this will throw an exception.
(Overrides UpdateResultUpsertedId.)
Top
See Also