Table of Contents

Enum TEmptyLinesOption

Namespace
gudusoft.gsqlparser.pp.para.styleenums
Assembly
gudusoft.gsqlparser.dll

Policy for blank lines found between statements.

public enum TEmptyLinesOption

Fields

EloMergeIntoOne = 0

Collapse two or more separating line breaks to one blank line.

EloPreserve = 2

Reproduce the number of blank lines present in the input.

EloRemove = 1

Remove blank lines while retaining the newline that separates statements.