Struct DeleteEntry
Pairs necessary information for deletes: query + limit flag
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access.MongoDb.Connector
Assembly: Azos.MongoDb.dll
Syntax
public struct DeleteEntry
Constructors
DeleteEntry(BSONDocument, DeleteLimit)
Declaration
public DeleteEntry(BSONDocument query, DeleteLimit limit)
Parameters
Type | Name | Description |
---|---|---|
BSONDocument | query | |
DeleteLimit | limit |
Fields
Limit
Declaration
public readonly DeleteLimit Limit
Field Value
Type | Description |
---|---|
DeleteLimit |
Query
Declaration
public readonly BSONDocument Query
Field Value
Type | Description |
---|---|
BSONDocument |