Prado\Data\Common\Mssql\TMssqlTableColumn::getIsExcluded PHP Метод

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

public getIsExcluded ( ) : boolean
Результат boolean true if db type is 'timestamp'.
    public function getIsExcluded()
    {
        return strtolower($this->getDbType()) === 'timestamp';
    }