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