4 references to s_tinyInt
System.Data.Odbc (4)
System\Data\Odbc\Odbc32.cs (4)
847OdbcType.TinyInt => s_tinyInt, 860case DbType.Byte: return s_tinyInt; 916case TypeCode.Byte: return s_tinyInt; 953case ODBC32.SQL_TYPE.TINYINT: return s_tinyInt;