For a list of all members of this type, see SqlQueryBuilder members.
| Name | Description | |
|---|---|---|
| AppendClosingParenthesis | Appends a closing parenthesis to the query. | |
| AppendConcat | Appends a concat to the query. | |
| AppendCondition | Overloaded. | |
| AppendConditionIfParameterNotNull | Adds a condition to the query. The condition is only added if the paremeter is not null. The parameter position is specified by the {0} string. | |
| AppendOpeningParenthesis | Appends an opening parenthesis to the query. | |
| ClearConditions | Clears the current condtions of the SqlQueryBuilder. | |
| ToSqlQuery | Converts the value to a instance of the SqlQuery Class. |