Npgsql.NpgsqlQueryV3.NpgsqlQueryV3 C# (CSharp) Method

NpgsqlQueryV3() public method

public NpgsqlQueryV3 ( byte command ) : System
command byte
return System
        public NpgsqlQueryV3(byte[] command)
        : base(command)
        {
        }

Same methods

NpgsqlQueryV3::NpgsqlQueryV3 ( string command ) : System