Identifies what type of data is being passed in as a value in a comparison
SqlToken.
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 data type. | |
INT_BASED | 1 | Represents an INT based data type, no quotes during rendering. | |
FLOAT_BASED | 2 | Represents a FLOAT based data type, no quotes during rendering. | |
CHAR_BASED | 3 | Represents a CHAR based data type, quotes used during rendering. | |
BINARY_BASED | 4 | Represents a binary based data type, no quotes when rendering. | |
LIKE_BASED | 5 | Represents a LIKE based, '%string%', quotes and wild card chars when rendering. | |
OTHER_NO_QUOTES | 6 | Other data type no quotes used. | |
DYNAMIC_DATE_BASED | 7 | Dynamic date based data. |
See Also