Npgsql.NpgsqlQueryV3.NpgsqlQueryV3 C# (CSharp) Méthode

NpgsqlQueryV3() public méthode

public NpgsqlQueryV3 ( byte command ) : System
command byte
Résultat System
        public NpgsqlQueryV3(byte[] command)
        : base(command)
        {
        }

Same methods

NpgsqlQueryV3::NpgsqlQueryV3 ( string command ) : System