DeleteMessage Class (original) (raw)
Represents a Delete message.
Inheritance Hierarchy
Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class DeleteMessage : RequestMessage
Public Class DeleteMessage Inherits RequestMessage
type DeleteMessage =
class
inherit RequestMessage
end
The DeleteMessage type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| | DeleteMessage | Initializes a new instance of the DeleteMessage class. |
Properties
Methods
Extension Methods
See Also