2 references to TinyInt
System.Data (2)
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); 855case OdbcType.TinyInt: return _TinyInt;