Example #1
0
 ������������public ICriteria SetFlushMode(FlushMode flushMode)
 ������������
 {
     ����������������root.SetFlushMode(flushMode);
     ����������������return this;
     ������������
 }
Example #2
0
 public ICriteria SetFlushMode(FlushMode flushMode)
 {
     root.SetFlushMode(flushMode);
     return(this);
 }