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