Ejemplo n.º 1
0
 public ICriteria SetTimeout(int timeout)
 {
     root.SetTimeout(timeout);
     return(this);
 }