Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Npgsql
NpgsqlMediator
C# Class Npgsql.NpgsqlMediator
This class is responsible for serving as bridge between the backend protocol handling and the core classes. It is used as the mediator for exchanging data generated/sent from/to backend.
Show file
Open project: undeadlabs/Npgsql
Class Usage Examples
Public Methods
Method
Description
GetSqlSent
( ) :
String
SetSqlSent
(
byte
sqlSent
,
SQLSentType
sqlSentType
) :
void
Method Details
GetSqlSent()
public
method
public
GetSqlSent
( ) :
String
return
String
SetSqlSent()
public
method
public
SetSqlSent
(
byte
sqlSent
,
SQLSentType
sqlSentType
) :
void
sqlSent
byte
sqlSentType
SQLSentType
return
void