C# Class CSMongo.Results.MethodResult

A general response after calling a Mongo database command
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
MethodResult ( BsonObject document ) : System

Creates a new MethodResult from the provided document

Method Details

MethodResult() public méthode

Creates a new MethodResult from the provided document
public MethodResult ( BsonObject document ) : System
document BsonObject
Résultat System