TsqlFormat Type
Generates color-coded T-SQL source code.
Constructors
Constructor |
Description
|
Full Usage:
TsqlFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.CaseSensitive
Returns: bool
Modifiers: abstract |
Returns false, since T-SQL is not case sensitive.
|
Full Usage:
this.CommentRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match single line comments (--).
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of T-SQL keywords.
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
Use the pre-processor color to mark keywords that start with @@.
|
Full Usage:
this.StringRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match string literals.
|