Specifies whether the check box values of user-defined columns should be returned as string or Boolean.
Valid Values
0 | 1
Behavior
If set to 0, the check box value is returned as a Boolean. The Boolean is described as a Bit in the relational map, either checkedValue or uncheckedValue. When neither of these values is present, the check box value is returned as NULL.
If set to 1, the stored literal value of the check box is returned as a string. The string is described as a Varchar in the relational map.