Prado\Data\SqlMap\Statements\TPreparedStatementFactory::createParametersForTextCommand PHP Method

createParametersForTextCommand() protected method

    protected function createParametersForTextCommand()
    {
        foreach ($this->_statement->ParameterMap()->getProperties() as $prop) {
            $this->_preparedStatement->getParameterNames()->add($prop->getProperty());
        }
    }