Header menu logo FSharp.Formatting

TsqlFormat Type

Generates color-coded T-SQL source code.

Constructors

Constructor Description

TsqlFormat()

Full Usage: TsqlFormat()

Instance members

Instance member Description

this.CaseSensitive

Full Usage: this.CaseSensitive

Returns: bool
Modifiers: abstract

Returns false, since T-SQL is not case sensitive.

Returns: bool

this.CommentRegEx

Full Usage: this.CommentRegEx

Returns: string
Modifiers: abstract

Regular expression string to match single line comments (--).

Returns: string

this.Keywords

Full Usage: this.Keywords

Returns: string
Modifiers: abstract

The list of T-SQL keywords.

Returns: string

this.Preprocessors

Full Usage: this.Preprocessors

Returns: string
Modifiers: abstract

Use the pre-processor color to mark keywords that start with @@.

Returns: string

this.StringRegEx

Full Usage: this.StringRegEx

Returns: string
Modifiers: abstract

Regular expression string to match string literals.

Returns: string

Type something to start searching.