TinyInt1Type
Defines the presentation type used to display small integer values.
Possible Values
TINYINT, BIT, BOOLEANData Type
string
Default Value
"TINYINT"
Remarks
Set this property to one of the following display types:
- TINYINT: This type is reported as a number.
- BIT: This type is reported as '0' or '1'. All non-zero values are treated as '1'.
- BOOLEAN: This type is reported as 'false' or 'true'. All non-zero values are treated as 'true'.