2 references to TinyInt
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
798
static 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);
855
case OdbcType.
TinyInt
: return _TinyInt;