C# 클래스 CSMongo.Results.MethodResult

A general response after calling a Mongo database command
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
MethodResult ( BsonObject document ) : System

Creates a new MethodResult from the provided document

메소드 상세

MethodResult() 공개 메소드

Creates a new MethodResult from the provided document
public MethodResult ( BsonObject document ) : System
document BsonObject
리턴 System