Property DeletedCount

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

DeletedCount

Gets the deleted count. If IsAcknowledged is false, this will throw an exception.

public override long DeletedCount { get; }

Property Value

long