C# Class CSMongo.Results.CollectionDistinctResult

The response when finding the distinct values of a collection
Inheritance: MethodResult
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
CollectionDistinctResult ( BsonObject document ) : System

Creates the details for the distinct values in a collection

Method Details

CollectionDistinctResult() public méthode

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