For a list of all members of this type, see Generic ObjectQueryBuilder members.
| Name | Description | |
|---|---|---|
| AppendClosingParenthesis | Appends a closing parenthesis to the query. | |
| AppendConcat | Appends a concat to the query. | |
| AppendOpeningParenthesis | Appends an opening parenthesis to the query. | |
| AppendProperty | Appends a mapped persistent property to the query. | |
| AppendPropertyComparison | Appends a comparison between two properties to the query. | |
| AppendPropertyIfParameterNotNull | Appends a mapped persistent property to the query. The property is only added if the value is not null. | |
| AppendSort | Appends a sort to the query. | |
| Clear | Clears the current content of the ObjectQueryBuilder. | |
| ToObjectQuery | Converts the value to a instance of the ObjectQuery Class. |