ActiveDatabaseSoftware.ActiveQueryBuilder.CriteriaBuilder Namespace : CriteriaBuilder Class |
The following tables list the members exposed by CriteriaBuilder.
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of control. | |
ColumnNameColor | Gets or sets the font color of column names in conditions. | |
ConjunctionButtonColor | Gets or sets the bar color at the left of conjuncted conditions. | |
DefaultCountOfLookupValues | Gets or sets the default number of values loaded into the lookup values dropdown list. | |
DisjunctionButtonColor | Gets or sets the bar color at the left of disjuncted conditions. | |
InvalidValueColor | Gets or sets the font color of invalid values in conditions. | |
JunctionPostfix | Gets or sets the string displayed after each junction item. | |
LineSpacing | Gets or sets the spacing between condition strings. | |
OperatorColor | Gets or sets the font color of operators in conditions. | |
QueryTransformer | Gets or sets the reference to the Query Builder object from which to take the initial query. | |
RootItemFont | Gets or sets the font of the root item. | |
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. | |
SkipInvalidValues | Determines whether the control should raise the "Invalid value" exception on reading the SQL property if unfilled or invalid conditions exist. | |
SQL | Gets the resultant SQL query text. | |
ValueColor | Gets or sets the font color of values in conditions. |
Name | Description | |
---|---|---|
Clear | Clears all conditions in the control. | |
GetQuery | Gets the resultant SQL query text. | |
IsValid | Indicates if the control has incomplete conditions or invalid values. |
Name | Description | |
---|---|---|
ValidateDataType | Fired when the control is about to show the value editor for a condition. |