ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : BehaviorOptions Class |
The following tables list the members exposed by BehaviorOptions.
Name | Description | |
---|---|---|
AddLinkedObjects | Instructs Query Builder to automatically add tables that required to link the newly added table to already existing tables in the query. | |
AllowSleepMode | Allows to suppress parsing errors on unsupported SQL statements (CREATE TABLE, INSERT, UPDATE, DELETE, etc.). | |
CreateColumnAliasesFromAltNames | Instructs the component to automatically create aliases for the fields with alternate names defined. | |
CreateLinksByIdenticalFieldNames | Instructs the component to automatically create links (joins) in the query if objects with the same field names are added to the query. | |
CreateLinksFromForeignKeys | Instructs the component to automatically create links (joins) in the query based on foreign keys information fetched from a database. | |
CreateWhereJoinsByDefault | Instructs the component to create joins in WHERE clause instead of using ANSI joins. | |
DeleteUnusedObjects | Instructs Query Builder to automatically remove tables that has no fields used in expressions and are no longer required to link tables in the query. | |
FilterTabsByActiveQueryPart | Allows to hide the sub-query tabs that do not belong to the currently visible query part. | |
LinkManipulations | Determines permissible end-user manipulations with links during the query building process. | |
LoadJoinsFromWhereClause | Instructs the component to analyze WHERE clause of a query to find joins between objects and display them as links at the Design Pane. | |
ParsingErrorOnUnknownObjects | Instructs the component to raise an error on parsing SQL queries with database objects not listed in the Metadata Container. | |
UseAltNames | Instructs to display alternate names instead of real database object and field names in the Query Builder. |