Active Query Builder 2 .NET Edition reference
SQLBuilderSelectFormat Class Members
Properties 

The following tables list the members exposed by SQLBuilderSelectFormat.

Public Properties
 NameDescription
Public PropertyFromClauseFormatDetermines SQL text formatting options of FROM part of the query.  
Public PropertyGroupByFormatDetermines SQL text formatting options of GROUP BY part of the query.  
Public PropertyHavingFormatDetermines SQL text formatting options of HAVING part of the query.  
Public PropertyIndentGlobalDefines indent of the whole single SELECT statement.  
Public PropertyIndentInPartDefines indent of all lines of the query except the main query part keyword lines.  
Public PropertyMainPartsFromNewLineInstructs the component to start main parts of the query from new lines.  
Public PropertyNewLineAfterPartKeywordsInstructs to insert line break after each main query part keyword (SELECT, FROM, WHERE, etc.)  
Public PropertyOrderByFormatDetermines SQL text formatting options of ORDER BY part of the query.  
Public PropertySelectListFormatDetermines SQL text formatting options of SELECT part (list of output expressions) of the query.  
Public PropertyWhereFormatDetermines SQL text formatting options of WHERE part of the query.  
Top
See Also

Reference

SQLBuilderSelectFormat Class
ActiveDatabaseSoftware.ActiveQueryBuilder Namespace

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback