4 references to _TinyInt
System.Data (4)
fx\src\data\System\Data\Odbc\Odbc32.cs (4)
855
case OdbcType.TinyInt: return
_TinyInt
;
867
case DbType.Byte: return
_TinyInt
;
917
case TypeCode.Byte: return
_TinyInt
;
952
case ODBC32.SQL_TYPE.TINYINT: return
_TinyInt
;