C# Class CSMongo.Results.CollectionDistinctResult

The response when finding the distinct values of a collection
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
CollectionDistinctResult ( BsonObject document ) : System

Creates the details for the distinct values in a collection

Method Details

CollectionDistinctResult() public method

Creates the details for the distinct values in a collection
public CollectionDistinctResult ( BsonObject document ) : System
document BsonObject
return System