Chili.Opf3 Send comments on this topic.
SqlQueryBuilder Class Methods
See Also 
Chili.Opf3.Query Namespace : SqlQueryBuilder Class


For a list of all members of this type, see SqlQueryBuilder members.

Public Methods

 NameDescription
Public MethodAppendClosingParenthesis Appends a closing parenthesis to the query.  
Public MethodAppendConcat Appends a concat to the query.  
Public MethodAppendConditionOverloaded.   
Public MethodAppendConditionIfParameterNotNull 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.  
Public MethodAppendOpeningParenthesis Appends an opening parenthesis to the query.  
Public MethodClearConditions Clears the current condtions of the SqlQueryBuilder.  
Public MethodToSqlQuery Converts the value to a instance of the SqlQuery Class.  
Top

See Also