Npgsql.NpgsqlQuery.NpgsqlQuery C# (CSharp) Method

NpgsqlQuery() protected method

protected NpgsqlQuery ( byte command ) : System
command byte
return System
        protected NpgsqlQuery(byte[] command)
        {
            commandText = command;
        }

Same methods

NpgsqlQuery::NpgsqlQuery ( string command ) : System