This calls the overloaded Add method with an array of SqlStrings and wrapStatment=false so it will not be wrapped with a "(" and ")"
return SqlStringBuilder |
This SqlStringBuilder |
SqlString sqlString |
The SqlString to add to this SqlStringBuilder |
string prefix |
String to put at the beginning of the combined SqlString. |
string op |
How these Statements should be junctioned "AND" or "OR" |
string postfix |
String to put at the end of the combined SqlString. |