Пример #1
0
 ������������public ICriteria SetCacheable(bool cacheable)
 ������������
 {
     ����������������root.SetCacheable(cacheable);
     ����������������return this;
     ������������
 }
Пример #2
0
 public ICriteria SetCacheable(bool cacheable)
 {
     root.SetCacheable(cacheable);
     return(this);
 }