Prado\Data\Common\Mysql\TMysqlTableColumn::hasSequence PHP Метод

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

public hasSequence ( ) : boolean
Результат boolean true if auto increment is true.
    public function hasSequence()
    {
        return $this->getAutoIncrement();
    }