C# Class CSMongo.Requests.QueryRequest

Creates a new QueryRequest for records
Inheritance: CollectionRequestBase
Afficher le fichier Open project: hugoware/CSMongo Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GenerateBody ( DynamicStream stream ) : void

Creates the body of the request to send

Method Details

GenerateBody() protected méthode

Creates the body of the request to send
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
Résultat void

OnResponse() public méthode

Reads the response stream for results
public OnResponse ( Stream stream ) : ResponseBase
stream Stream
Résultat CSMongo.Responses.ResponseBase

QueryRequest() public méthode

Creates a new insert request for the provided database
public QueryRequest ( MongoCollection collection ) : System
collection MongoCollection
Résultat System

QueryRequest() public méthode

Creates a new insert request for the provided database
public QueryRequest ( string database, string collection ) : System
database string
collection string
Résultat System