2 references to SmallInt
System.Data (2)
fx\src\data\System\Data\Odbc\Odbc32.cs (2)
795
static private readonly TypeMap _SmallInt = new TypeMap(OdbcType.
SmallInt
, DbType.Int16, typeof(Int16), ODBC32.SQL_TYPE.SMALLINT, ODBC32.SQL_C.SSHORT, ODBC32.SQL_C.SSHORT, 2, 5, true);
852
case OdbcType.
SmallInt
: return _SmallInt;