Overload List
Name | Description | |
---|---|---|
Add(String) |
Adds the preformatted sql to the SqlString that is being built.
| |
Add(Parameter) |
Adds the Parameter to the SqlString that is being built.
The correct operator should be added before the Add(Parameter) is called
because there will be no operator ( such as "=" ) placed between the last Add call
and this Add call.
| |
Add(SqlString) |
Adds an existing SqlString to this SqlStringBuilder. It does NOT add any
prefix, postfix, operator, or wrap around this. It is equivalent to just
adding a string.
| |
Add(SqlString, String, String, String) |
Adds an existing SqlString to this SqlStringBuilder
| |
Add(array<SqlString>[]()[][], String, String, String) |
Adds existing SqlStrings to this SqlStringBuilder
| |
Add(array<SqlString>[]()[][], String, String, String, Boolean) |
Adds existing SqlStrings to this SqlStringBuilder
|