C# Class MongoDB.Driver.AggregateResult

Inheritance: CommandResult
Show file Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
AggregateResult ( ) : System

Initializes a new instance of the AggregateResult class.

Method Details

AggregateResult() public method

Initializes a new instance of the AggregateResult class.
public AggregateResult ( ) : System
return System