Prado\Data\SqlMap\Statements\IMappedStatement::executeQueryForList PHP Method

executeQueryForList() public method

Executes the SQL and retuns a subset of the rows selected.
public executeQueryForList ( $connection, $parameter, $result = null, $skip, $max ) : TList
return TList A TList of result objects.
    public function executeQueryForList($connection, $parameter, $result = null, $skip = -1, $max = -1);