Click or drag to resize

WriteConcernResult Properties

The WriteConcernResult type exposes the following members.

Properties
  NameDescription
Public propertyDocumentsAffected
Gets the number of documents affected.
Public propertyHasLastErrorMessage
Gets whether the result has a LastErrorMessage.
Public propertyLastErrorMessage
Gets the last error message (null if none).
Public propertyResponse
Gets the wrapped result.
Public propertyUpdatedExisting
Gets whether the last command updated an existing document.
Public propertyUpserted
Gets the _id of an upsert that resulted in an insert.
Top
See Also