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

getIsAfter() public method

public getIsAfter ( ) : boolean
return boolean true if key is generated after insert command, false otherwise.
    public function getIsAfter()
    {
        return $this->_type == 'post';
    }