3 references to SmallInt
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
172static private readonly NativeDBType D_SmallInt = new NativeDBType( 5, 2, true, false, OleDbType.SmallInt, NativeDBType.I2, S_I2, typeof(System.Int16), NativeDBType.I2, DbType.Int16 ); // 14 - integer2 251case OleDbType.SmallInt: return D_SmallInt; // 2
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
592case OleDbType.SmallInt: