ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > SQLGenerationOptions Class : ObjectPrefixSkipping Property |
The necessity of a prefix is determined in accordance with the current database connection. According to it, there could be defined a default database and default schemas that can be omitted in SQL query text. This information is retrieved by Active Query Builder from the database during metadata retrieval process and can be changed by setting the MetadataItem.Default property of appropriate namespaces.
Note: This property controls object prefix skipping in the component's user interface. The same named property of the BaseSQLBuilder class deterimes the presence of object prefixes in resultant SQL query text.