C# 클래스 Npgsql.FrontendMessages.QueryMessage

A simple query message. Note that since this is only used to send some specific control messages (e.g. start transaction) and never arbitrary-length user-provided queries, this message is treated as simple and not chunking, and only ASCII is supported.
상속: SimpleFrontendMessage
파일 보기 프로젝트 열기: npgsql/npgsql 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
Populate ( string query ) : QueryMessage
QueryMessage ( Encoding encoding ) : System
Write ( WriteBuffer buf ) : bool

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string