C# Class Npgsql.NpgsqlQuery

Summary description for NpgsqlQuery
Inheritance: ClientMessage
Afficher le fichier Open project: undeadlabs/Npgsql Class Usage Examples

Protected Properties

Свойство Type Description
commandText byte[]

Méthodes publiques

Méthode Description
Create ( ProtocolVersion protocolVersion, byte command ) : NpgsqlQuery
Create ( ProtocolVersion protocolVersion, string command ) : NpgsqlQuery

Méthodes protégées

Méthode Description
NpgsqlQuery ( byte command ) : System
NpgsqlQuery ( string command ) : System

Method Details

Create() public static méthode

public static Create ( ProtocolVersion protocolVersion, byte command ) : NpgsqlQuery
protocolVersion ProtocolVersion
command byte
Résultat NpgsqlQuery

Create() public static méthode

public static Create ( ProtocolVersion protocolVersion, string command ) : NpgsqlQuery
protocolVersion ProtocolVersion
command string
Résultat NpgsqlQuery

NpgsqlQuery() protected méthode

protected NpgsqlQuery ( byte command ) : System
command byte
Résultat System

NpgsqlQuery() protected méthode

protected NpgsqlQuery ( string command ) : System
command string
Résultat System

Property Details

commandText protected_oe property

protected byte[] commandText
Résultat byte[]