ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : SQLBuilderSelectFormat Class |
The following tables list the members exposed by SQLBuilderSelectFormat.
Name | Description | |
---|---|---|
![]() | FromClauseFormat | Determines SQL text formatting options of FROM part of the query. |
![]() | GroupByFormat | Determines SQL text formatting options of GROUP BY part of the query. |
![]() | HavingFormat | Determines SQL text formatting options of HAVING part of the query. |
![]() | IndentGlobal | Defines indent of the whole single SELECT statement. |
![]() | IndentInPart | Defines indent of all lines of the query except the main query part keyword lines. |
![]() | MainPartsFromNewLine | Instructs the component to start main parts of the query from new lines. |
![]() | NewLineAfterPartKeywords | Instructs to insert line break after each main query part keyword (SELECT, FROM, WHERE, etc.) |
![]() | OrderByFormat | Determines SQL text formatting options of ORDER BY part of the query. |
![]() | SelectListFormat | Determines SQL text formatting options of SELECT part (list of output expressions) of the query. |
![]() | WhereFormat | Determines SQL text formatting options of WHERE part of the query. |