Npgsql.NpgsqlQueryV2.NpgsqlQueryV2 C# (CSharp) Method

NpgsqlQueryV2() public method

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

Same methods

NpgsqlQueryV2::NpgsqlQueryV2 ( string command ) : System