Enum DeleteLimit
Denotes limits for deletion: None=Everything or One
Namespace: Azos.Data.Access.MongoDb.Connector
Assembly: Azos.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 |