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


For a list of all members of this type, see Generic ObjectQueryBuilder members.

Public Methods

 NameDescription
Public MethodAppendClosingParenthesis Appends a closing parenthesis to the query.  
Public MethodAppendConcat Appends a concat to the query.  
Public MethodAppendOpeningParenthesis Appends an opening parenthesis to the query.  
Public MethodAppendProperty Appends a mapped persistent property to the query.  
Public MethodAppendPropertyComparison Appends a comparison between two properties to the query.  
Public MethodAppendPropertyIfParameterNotNull Appends a mapped persistent property to the query. The property is only added if the value is not null.  
Public MethodAppendSort Appends a sort to the query.  
Public MethodClear Clears the current content of the ObjectQueryBuilder.  
Public MethodToObjectQuery Converts the value to a instance of the ObjectQuery Class.  
Top

See Also