Enum TEmptyLinesOption
- Namespace
- gudusoft.gsqlparser.pp.para.styleenums
- Assembly
- gudusoft.gsqlparser.dll
Policy for blank lines found between statements.
public enum TEmptyLinesOption
Fields
EloMergeIntoOne = 0Collapse two or more separating line breaks to one blank line.
EloPreserve = 2Reproduce the number of blank lines present in the input.
EloRemove = 1Remove blank lines while retaining the newline that separates statements.