Table of Contents

Enum TAlignStyle

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

Line-layout strategy for a comma-separated list.

public enum TAlignStyle

Fields

AsStacked = 0

Put later list items on aligned lines using the selected comma style.

AsWrapped = 1

Keep list items on the current line and normalize separators to spaces.