������������public ICriteria SetCacheable(bool cacheable) ������������ { ����������������root.SetCacheable(cacheable); ����������������return this; ������������ }
public ICriteria SetCacheable(bool cacheable) { root.SetCacheable(cacheable); return(this); }