| ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLGenerationOptions Class |
The following tables list the members exposed by SQLGenerationOptions.
| Name | Description | |
|---|---|---|
![]() | SQLGenerationOptions Constructor |
| Name | Description | |
|---|---|---|
![]() | AsKeywordInExpressionAlias | Instructs the component to insert "AS" keyword between field name and alias ("Fleld AS Alias") or not. |
![]() | AsKeywordInObjectAlias | Instructs the component to insert "AS" keyword between object name and its alias ("Table AS Alias") or not. |
![]() | InnerKeywordInLinks | Instructs the component to insert "INNER" keyword before "JOIN" clause or not. |
![]() | ObjectPrefixSkipping | Instructs the component to skip the unnecessary database object prefixes or not. |
![]() | OuterKeywordInLinks | Instructs the component to insert "OUTER" keyword before "JOIN" clause or not. |
![]() | QuoteAllIdentifiers | Instructs the component to quote all identifiers. |