Npgsql.NpgsqlQueryV3.NpgsqlQueryV3 C# (CSharp) Method

NpgsqlQueryV3() public method

public NpgsqlQueryV3 ( string command ) : System
command string
return System
        public NpgsqlQueryV3(string command)
        : base(command)
        {
        }

Same methods

NpgsqlQueryV3::NpgsqlQueryV3 ( byte command ) : System