C# 클래스 CSMongo.Requests.QueryRequest

Creates a new QueryRequest for records
상속: CollectionRequestBase
파일 보기 프로젝트 열기: hugoware/CSMongo 1 사용 예제들

공개 메소드들

메소드 설명
OnResponse ( Stream stream ) : ResponseBase

Reads the response stream for results

QueryRequest ( MongoCollection collection ) : System

Creates a new insert request for the provided database

QueryRequest ( string database, string collection ) : System

Creates a new insert request for the provided database

보호된 메소드들

메소드 설명
GenerateBody ( DynamicStream stream ) : void

Creates the body of the request to send

메소드 상세

GenerateBody() 보호된 메소드

Creates the body of the request to send
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
리턴 void

OnResponse() 공개 메소드

Reads the response stream for results
public OnResponse ( Stream stream ) : ResponseBase
stream Stream
리턴 CSMongo.Responses.ResponseBase

QueryRequest() 공개 메소드

Creates a new insert request for the provided database
public QueryRequest ( MongoCollection collection ) : System
collection MongoCollection
리턴 System

QueryRequest() 공개 메소드

Creates a new insert request for the provided database
public QueryRequest ( string database, string collection ) : System
database string
collection string
리턴 System