Click or drag to resize

ReadCommandOperationTCommandResult Class

Represents a read command operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsCommandOperationBaseTCommandResult
    MongoDB.Driver.Core.OperationsReadCommandOperationTCommandResult

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 ReadCommandOperation<TCommandResult> : CommandOperationBase<TCommandResult>, 
	IReadOperation<TCommandResult>

Type Parameters

TCommandResult
The type of the command result.

The ReadCommandOperationTCommandResult type exposes the following members.

Constructors
  NameDescription
Public methodReadCommandOperationTCommandResult
Initializes a new instance of the ReadCommandOperationTCommandResult 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