Prado\Data\Common\Mssql\TMssqlTableColumn::getIsExcluded PHP Méthode

getIsExcluded() public méthode

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