Table of Contents

Enum SqlFormattingMode

Namespace
Utils.Data.Sql
Assembly
Utils.Data.dll

Determines how SQL text is formatted when rebuilt from the analyser output.

public enum SqlFormattingMode
Extension Methods

Fields

Inline = 0

The SQL text is emitted on a single line.

Prefixed = 1

Commas are placed at the beginning of lines for list-oriented clauses.

Suffixed = 2

Commas terminate lines for list-oriented clauses.