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