Enum DeleteLimit
Denotes limits for deletion: None=Everything or One
Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB.dll
Syntax
public enum DeleteLimit
Fields
| Name | Description |
|---|---|
| None | Everything that matches will be deleted |
| OnlyFirstMatch | Only the first matching document will be deleted |