C# Class CSMongo.Requests.InsertRequest

Handles inserting content into a database
Inheritance: CollectionRequestBase
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
InsertRequest ( MongoCollection collection ) : System

Creates an empty insert request

Méthodes protégées

Méthode Description
GenerateBody ( DynamicStream stream ) : void

Prepares the body of the request to send to the server

Method Details

GenerateBody() protected méthode

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

InsertRequest() public méthode

Creates an empty insert request
public InsertRequest ( MongoCollection collection ) : System
collection MongoCollection
Résultat System