5 references to UTINYINT
System.Data (5)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
798static private readonly TypeMap _TinyInt = new TypeMap(OdbcType.TinyInt, DbType.Byte, typeof(Byte), ODBC32.SQL_TYPE.TINYINT, ODBC32.SQL_C.UTINYINT, ODBC32.SQL_C.UTINYINT, 1, 3, true);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
594if (GetData(i, ODBC32.SQL_C.UTINYINT)) {
fx\src\data\System\Data\Odbc\OdbcUtils.cs (2)
78case ODBC32.SQL_C.UTINYINT: 223case ODBC32.SQL_C.UTINYINT: