Prado\Data\SqlMap\Configuration\TSqlMapSelectKey::getType PHP Метод

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

public getType ( ) : string
Результат string select generated key type, 'post' or 'pre'.
    public function getType()
    {
        return $this->_type;
    }