ActiveDatabaseSoftware.ActiveQueryBuilder.Web.Control Namespace : QueryBuilderControl Class |
The following tables list the members exposed by QueryBuilderControl.
Name | Description | |
---|---|---|
CustomLanguagePath | Determines location of the component's language files. | |
DirectoryCSS | Determines location of the necessary CSS files on your web server. | |
DirectoryJS | Determines location of the necessary JavaScript library files on your web server. | |
HttpCompressionEnabled | Enables or disables compression of HTTP traffic between clent and server. | |
Language | Gets or sets the component's UI language by it's code. | |
LayoutSQL | Gets or sets the XML string containing SQL query text with layout. | |
LoadJQuery | Allows for automatic loading of the necessary jQuery and jQueryUI libraries. | |
LoadJScript | Allows for automatic loading of the necessary JavaScript libraries. | |
MultipleQueriesPerSession | Gets or sets the MultipleQueriesPerSession mode. | |
PersistentConnection | Instructs the component to keep database connection open all the time till the session expiration. | |
PlainTextSQLBuilder | Refers to the SQL query text generation server-side object. | |
QueryBuilder | Refers to the SQL parsing and modification server-side object. | |
SessionID | Gets the identifier of the current session. | |
UseCustomLanguageFiles | Gets or sets a value indicating whether this object use custom language files. |
Name | Description | |
---|---|---|
CustomizeDatasourceCaption | Is called to customize the caption of a DataSource at the Design Area. | |
CustomizeDatasourceControlFieldList | Is called to customize the field list of a DataSource at the Design Area. | |
CustomizeDatasourceFieldList | Is called to customize the field list of a DataSource at the Design Area. | |
DatasourceAdded | Invoked when DataSource is added by the user. | |
DatasourceFieldAdded | Invoked when Field is added to the query by checking it at the DataSource field list. | |
DatasourceFieldRemoved | Invoked when Field is removed from the query by unchecking it at the DataSource field list. | |
Init | Invoked when the component is initialized. | |
LinkCreated | Invoked when the link between datasources is created by the user. | |
QueryColumnListItemChanged | Invoked when one of the Query Columns Grid Control cells is changed by the user. | |
QueryParamValuesChanged | Fired when the list of parameter values is passed from the client. | |
SleepModeChanged | Invoked when the component is turns the "Sleep" mode on and off. | |
SqlError | Invoked on SQL text parsing error. | |
SQLUpdated | Occurs each time the component updates the output SQL query text. | |
SyntaxProviderChanged | Fired when the QueryBuilder.SyntaxProvider property is changed. | |
UserDataReceived | Occurs on each exchange when user data is received. | |
UserMessage | Fired when the component is about to show the warning message to the user. |