Npgsql.NpgsqlQuery.NpgsqlQuery C# (CSharp) Method

NpgsqlQuery() protected method

protected NpgsqlQuery ( string command ) : System
command string
return System
        protected NpgsqlQuery(string command)
        {
            commandText = BackendEncoding.UTF8Encoding.GetBytes(command);
        }
    }

Same methods

NpgsqlQuery::NpgsqlQuery ( byte command ) : System