Example #1
0
 public PageList <T> Or()
 {
     Where.AndLogic("or");
     return(this);
 }