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;
    }