SqlTokenType EnumerationA Sandcastle Documented Class Library
Indicates what type of SqlToken object it is.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum SqlTokenType
Members

  Member nameValueDescription
NONE-1 Represents an empty or unknown token type.
TABLE1 Represents a table token type.
COLUMN2 Represents a column token type.
ANCHOR_TABLE3 Represents an anchor table token type.
COMPARISON_PREFIX4 Represents a comparison prefix token.
COMPARISON_SUFFIX5 Represents a comparison suffix token.
CONNECTOR6 Represents a connector token.
VALUE7 Represents a value storing token.
GROUP_START8 Represents a group start token.
GROUP_END9 Represents a group stop token.
SQL_WORD10 Represents an SQL word generic token.
SQL_WORD_NO_CAPS11 Represents an SQL word generic token with no capitalization.
INVISIBLE12 Represents an invisible token, used for passing data into an SqlQuery object via invisible tokens.
DYNAMIC_DATE_VALUE13 Used to hold a dynamic date value place marker that is calculated on the fly.
See Also