Enum SqlFormattingMode
Determines how SQL text is formatted when rebuilt from the analyser output.
public enum SqlFormattingMode
- Extension Methods
Fields
Inline = 0The SQL text is emitted on a single line.
Prefixed = 1Commas are placed at the beginning of lines for list-oriented clauses.
Suffixed = 2Commas terminate lines for list-oriented clauses.