The following tables list the members exposed by CriteriaBuilder.
Public Properties
| Name | Description |
| JunctionPostfix | Gets or sets the string displayed after each junction item. |
| QueryTransformer | Gets or sets the reference to the Query Builder object from which to take the initial query. |
| RootJunctionPrefix | Gets or sets the string displayed before the root junction item. |
| ShowPrefixes | Gets or sets the sign of displaying the "or" or "and" prefix for all conditions in a junction group except the first one. |
Top
Public Events
| Name | Description |
| CriteriaBuilderChanged | Occurs each time the component updates the output SQL query text. |
| CriteriaBuilderError | Occurs when data received from the client can not be successfully applied to the QueryTransformer. |
Top
See Also