2 references to SmallInt
System.Data.Odbc (2)
System\Data\Odbc\Odbc32.cs (2)
785
private static readonly TypeMap s_smallInt = new TypeMap(OdbcType.
SmallInt
, DbType.Int16, typeof(short), ODBC32.SQL_TYPE.SMALLINT, ODBC32.SQL_C.SSHORT, ODBC32.SQL_C.SSHORT, 2, 5, true);
844
OdbcType.
SmallInt
=> s_smallInt,