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.
Afficher le fichier Open project: undeadlabs/Npgsql Class Usage Examples

Méthodes publiques

Méthode Description
GetSqlSent ( ) : String
SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void

Method Details

GetSqlSent() public méthode

public GetSqlSent ( ) : String
Résultat String

SetSqlSent() public méthode

public SetSqlSent ( byte sqlSent, SQLSentType sqlSentType ) : void
sqlSent byte
sqlSentType SQLSentType
Résultat void