DeleteResultAcknowledged Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Acknowledged(
long deletedCount
)
Public Sub New (
deletedCount As Long
)
new :
deletedCount : int64 -> Acknowledged
Parameters
- deletedCount
- Type: SystemInt64
The deleted count.
See Also