DeleteLimit EnumerationNFX Class Library

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

Denotes limits for deletion: None=Everything or One

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

public enum DeleteLimit
Members

  Member nameValueDescription
None0 Everything that matches will be deleted
OnlyFirstMatch1 Only the first matching document will be deleted
See Also