WriteConcernResultDocumentsAffected Property |
Gets the number of documents affected.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public long DocumentsAffected { get; }
Public ReadOnly Property DocumentsAffected As Long
Get
member DocumentsAffected : int64 with get
Property Value
Type:
Int64See Also