Indicates what type of SqlToken object it is.
Namespace: P4s3FilterToolsAssembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NONE | -1 | Represents an empty or unknown token type. | |
| TABLE | 1 | Represents a table token type. | |
| COLUMN | 2 | Represents a column token type. | |
| ANCHOR_TABLE | 3 | Represents an anchor table token type. | |
| COMPARISON_PREFIX | 4 | Represents a comparison prefix token. | |
| COMPARISON_SUFFIX | 5 | Represents a comparison suffix token. | |
| CONNECTOR | 6 | Represents a connector token. | |
| VALUE | 7 | Represents a value storing token. | |
| GROUP_START | 8 | Represents a group start token. | |
| GROUP_END | 9 | Represents a group stop token. | |
| SQL_WORD | 10 | Represents an SQL word generic token. | |
| SQL_WORD_NO_CAPS | 11 | Represents an SQL word generic token with no capitalization. | |
| INVISIBLE | 12 | Represents an invisible token, used for passing data into an SqlQuery object via invisible tokens. | |
| DYNAMIC_DATE_VALUE | 13 | Used to hold a dynamic date value place marker that is calculated on the fly. |
See Also