SqlDataType EnumerationA Sandcastle Documented Class Library
Identifies what type of data is being passed in as a value in a comparison SqlToken.

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

public enum SqlDataType
Members

  Member nameValueDescription
NONE-1 Represents an empty or unknown data type.
INT_BASED1 Represents an INT based data type, no quotes during rendering.
FLOAT_BASED2 Represents a FLOAT based data type, no quotes during rendering.
CHAR_BASED3 Represents a CHAR based data type, quotes used during rendering.
BINARY_BASED4 Represents a binary based data type, no quotes when rendering.
LIKE_BASED5 Represents a LIKE based, '%string%', quotes and wild card chars when rendering.
OTHER_NO_QUOTES6 Other data type no quotes used.
DYNAMIC_DATE_BASED7 Dynamic date based data.
See Also