Prado\Data\SqlMap\Configuration\TParameterProperty::getDbType PHP Method

getDbType() public method

public getDbType ( ) : string
return string the database column type of the parameter to be set by this property.
    public function getDbType()
    {
        return $this->_dbType;
    }