C# 클래스 Npgsql.FrontendMessages.BindMessage

상속: ChunkingFrontendMessage
파일 보기 프로젝트 열기: npgsql/npgsql 1 사용 예제들

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