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