C# 클래스 Npgsql.NpgsqlQueryV3

Summary description for NpgsqlQuery
상속: NpgsqlQuery
파일 보기 프로젝트 열기: undeadlabs/Npgsql

공개 메소드들

메소드 설명
NpgsqlQueryV3 ( byte command ) : System
NpgsqlQueryV3 ( string command ) : System
WriteToStream ( Stream outputStream ) : void

메소드 상세

NpgsqlQueryV3() 공개 메소드

public NpgsqlQueryV3 ( byte command ) : System
command byte
리턴 System

NpgsqlQueryV3() 공개 메소드

public NpgsqlQueryV3 ( string command ) : System
command string
리턴 System

WriteToStream() 공개 메소드

public WriteToStream ( Stream outputStream ) : void
outputStream Stream
리턴 void