Prado\Data\SqlMap\Configuration\TParameterProperty::getDbType PHP Метод

getDbType() публичный Метод

public getDbType ( ) : string
Результат string the database column type of the parameter to be set by this property.
    public function getDbType()
    {
        return $this->_dbType;
    }