コード例 #1
0
 ������������public ICriteria SetCacheRegion(string cacheRegion)
 ������������
 {
     ����������������root.SetCacheRegion(cacheRegion);
     ����������������return this;
     ������������
 }
コード例 #2
0
 public ICriteria SetCacheRegion(string cacheRegion)
 {
     root.SetCacheRegion(cacheRegion);
     return(this);
 }