CRUDResult TotalDocumentsUpdatedAffected FieldNFX Class Library

[This is preliminary documentation and is subject to change.]

Optional field, with a positive numeric type or zero. Zero is the default value. This field is only and always present for batch updates. nModified is the physical number of documents affected by an update, while TotalDocumentsMatched is the logical number of documents matched by the update's query.

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public readonly int TotalDocumentsUpdatedAffected

Field Value

Type: OnlineInt32
See Also