Prado\Data\SqlMap\DataMapper\TSqlMapTypeHandler::getResult PHP Method

getResult() abstract public method

Performs processing on a value before after it has been retrieved from a database
abstract public getResult ( $string ) : mixed
return mixed The processed value.
    public abstract function getResult($string);