C# Class Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlQuery

Summary description for NpgsqlQuery
Inheritance: Revenj.DatabasePersistence.Postgres.Npgsql.ClientMessage
Afficher le fichier Open project: ngs-doo/revenj Class Usage Examples

Méthodes publiques

Méthode Description
NpgsqlQuery ( Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand command ) : System.IO
Send ( Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand command, Stream stream ) : void
WriteToStream ( Stream outputStream ) : void

Method Details

NpgsqlQuery() public méthode

public NpgsqlQuery ( Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand command ) : System.IO
command Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand
Résultat System.IO

Send() public static méthode

public static Send ( Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand command, Stream stream ) : void
command Revenj.DatabasePersistence.Postgres.Npgsql.NpgsqlCommand
stream System.IO.Stream
Résultat void

WriteToStream() public méthode

public WriteToStream ( Stream outputStream ) : void
outputStream System.IO.Stream
Résultat void