Class DeleteResult
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
The result of a delete operation.
public abstract class DeleteResultInheritance
DeleteResult
Derived
Inherited Members
object.ReferenceEquals(object, object)
Constructors
Initializes a new instance of the DeleteResult class.
Properties
Gets the deleted count. If IsAcknowledged is false, this will throw an exception.
Gets a value indicating whether the result is acknowledged.