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

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

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

Метод Описание
InsertRequest ( MongoCollection collection ) : System

Creates an empty insert request

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

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

Prepares the body of the request to send to the server

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

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

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

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

Creates an empty insert request
public InsertRequest ( MongoCollection collection ) : System
collection MongoCollection
Результат System