2 references to TinyInt
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
788
private static readonly TypeMap s_tinyInt = new TypeMap(OdbcType.
TinyInt
, DbType.Byte, typeof(byte), ODBC32.SQL_TYPE.TINYINT, ODBC32.SQL_C.UTINYINT, ODBC32.SQL_C.UTINYINT, 1, 3, true);
847
OdbcType.
TinyInt
=> s_tinyInt,