C# Class CSMongo.Requests.DeleteRequest

Handles inserting content into a database
Inheritance: CollectionRequestBase
Show file Open project: hugoware/CSMongo Class Usage Examples

Public Methods

Method Description
DeleteRequest ( MongoCollection collection ) : CSMongo.Bson

Creates an empty delete request

Protected Methods

Method Description
GenerateBody ( DynamicStream stream ) : void

Prepares the body of the request to send to the server

Method Details

DeleteRequest() public method

Creates an empty delete request
public DeleteRequest ( MongoCollection collection ) : CSMongo.Bson
collection MongoCollection
return CSMongo.Bson

GenerateBody() protected method

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