Class Command<TResult>
Base class for commands.
public abstract class Command<TResult>
  Type Parameters
TResultThe type of the result.
- Inheritance
 - 
      
      Command<TResult>
 
- Derived
 
- Inherited Members
 
Methods
- Render(IBsonSerializerRegistry)
 Renders the command to a RenderedCommand<TResult>.
Operators
- implicit operator Command<TResult>(BsonDocument)
 Performs an implicit conversion from BsonDocument to Command<TResult>.
- implicit operator Command<TResult>(string)
 Performs an implicit conversion from string to Command<TResult>.