Prado\Data\SqlMap\Configuration\TSqlMapSelectKey::getType PHP Method

getType() public method

public getType ( ) : string
return string select generated key type, 'post' or 'pre'.
    public function getType()
    {
        return $this->_type;
    }