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