4 references to D_SmallInt
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (4)
251case OleDbType.SmallInt: return D_SmallInt; // 2 303case TypeCode.Int16: return NativeDBType.D_SmallInt; 345case DbType.Int16: return D_SmallInt; 368case I2: return D_SmallInt;