TinyInt1Type
Defines the presentation type used to display small integer values.
Possible Values
TINYINT, BIT, BOOLEANデータ型
string
デフォルト値
"TINYINT"
解説
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'.