Prado\Data\Common\Mssql\TMssqlTableColumn::getIsExcluded PHP Method

getIsExcluded() public method

public getIsExcluded ( ) : boolean
return boolean true if db type is 'timestamp'.
    public function getIsExcluded()
    {
        return strtolower($this->getDbType()) === 'timestamp';
    }