public void BuildCachedTable() { cachedTable = new CachedTable <T>(this, new Linq.AliasGenerator(), null, null); }