C# Класс Npgsql.FrontendMessages.BindMessage

Наследование: ChunkingFrontendMessage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Populate BindMessage
Write bool
Write bool
WriteParameters bool

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

Метод Описание
ToString ( ) : string

Приватные методы

Метод Описание
Populate ( List inputParameters, string portal = "", string statement = "" ) : BindMessage
Write ( WriteBuffer buf ) : bool

Bind is a special message in that it supports the "direct buffer" optimization, which allows us to write user byte[] data directly to the stream rather than copying it into our buffer. It therefore has its own special overload of Write below.

Write ( WriteBuffer buf, DirectBuffer &directBuf ) : bool
WriteParameters ( WriteBuffer buf, DirectBuffer &directBuf ) : bool

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

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

public ToString ( ) : string
Результат string