Click or drag to resize

WriteCommandOperationTCommandResult Class

Represents a write command operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsCommandOperationBaseTCommandResult
    MongoDB.Driver.Core.OperationsWriteCommandOperationTCommandResult

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public class WriteCommandOperation<TCommandResult> : CommandOperationBase<TCommandResult>, 
	IWriteOperation<TCommandResult>

Type Parameters

TCommandResult
The type of the command result.

The WriteCommandOperationTCommandResult type exposes the following members.

Constructors
  NameDescription
Public methodWriteCommandOperationTCommandResult
Initializes a new instance of the WriteCommandOperationTCommandResult class.
Top
Properties
  NameDescription
Public propertyAdditionalOptions
Gets or sets the additional options.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyCommand
Gets the command.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyCommandValidator
Gets or sets the command validator.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyComment
Gets or sets the comment.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyDatabaseNamespace
Gets the database namespace.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyMessageEncoderSettings
Gets the message encoder settings.
(Inherited from CommandOperationBaseTCommandResult.)
Public propertyResultSerializer
Gets the result serializer.
(Inherited from CommandOperationBaseTCommandResult.)
Top
Methods
Extension Methods
See Also