예제 #1
0
 ������������ /// <summary> Override the cache mode for this particular query. </summary>
 ������������ /// <param name="cacheMode">The cache mode to use. </param>
 ������������ /// <returns> this (for method chaining) </returns>
 ������������public ICriteria SetCacheMode(CacheMode cacheMode)
 ������������
 {
     ����������������root.SetCacheMode(cacheMode);
     ����������������return this;
     ������������
 }
예제 #2
0
 /// <summary> Override the cache mode for this particular query. </summary>
 /// <param name="cacheMode">The cache mode to use. </param>
 /// <returns> this (for method chaining) </returns>
 public ICriteria SetCacheMode(CacheMode cacheMode)
 {
     root.SetCacheMode(cacheMode);
     return(this);
 }