public static string OrWhere(this MsSqlOr statement)
 {
     return(AndOrWhere(statement, MsSql.Or));
 }
Example #2
0
 public IOr OrAny(params string[] expressions)
 {
     return(MsSqlOr.OrAny(this, expressions));
 }