KeywordCasing Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible ways of casing SQL keywords
public enum KeywordCasing
type KeywordCasing =
Public Enum KeywordCasing
- Inheritance
-
KeywordCasing
Fields
Name | Value | Description |
---|---|---|
Lowercase | 0 | All letters in lower case |
Uppercase | 1 | All letters in upper case |
PascalCase | 2 | First letter of each word capitalized, remaining letters lower case |