C# Класс CSMongo.Requests.DeleteRequest

Handles inserting content into a database
Наследование: CollectionRequestBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteRequest ( MongoCollection collection ) : CSMongo.Bson

Creates an empty delete request

Защищенные методы

Метод Описание
GenerateBody ( DynamicStream stream ) : void

Prepares the body of the request to send to the server

Описание методов

DeleteRequest() публичный Метод

Creates an empty delete request
public DeleteRequest ( MongoCollection collection ) : CSMongo.Bson
collection MongoCollection
Результат CSMongo.Bson

GenerateBody() защищенный Метод

Prepares the body of the request to send to the server
protected GenerateBody ( DynamicStream stream ) : void
stream CSMongo.IO.DynamicStream
Результат void