Prado\Data\Common\Mysql\TMysqlTableColumn::hasSequence PHP Method

hasSequence() public method

public hasSequence ( ) : boolean
return boolean true if auto increment is true.
    public function hasSequence()
    {
        return $this->getAutoIncrement();
    }