C# 클래스 MongoDB.Results.MapReduceResult

파일 보기 프로젝트 열기: oz-systems/mongodb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
MapReduceResult ( Document result ) : System

Initializes a new instance of the MapReduceResult class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

MapReduceResult() 공개 메소드

Initializes a new instance of the MapReduceResult class.
public MapReduceResult ( Document result ) : System
result Document The result.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string