Prado\Data\Common\Mssql\TMssqlTableColumn::hasSequence PHP 메소드

hasSequence() 공개 메소드

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