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

getAutoIncrement() public method

public getAutoIncrement ( ) : boolean
return boolean true if column will auto-increment when the column value is inserted as null.
    public function getAutoIncrement()
    {
        return $this->getInfo('AutoIncrement', false);
    }